diff options
| author | pml68 <contact@pml68.dev> | 2025-06-20 01:39:33 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-06-20 01:39:38 +0200 |
| commit | 0ade9914530f5cab82c62582d1ab535298d8f7c9 (patch) | |
| tree | 64e43afeb6e6605bca659353f3369f75b01c9591 /src/main.rs | |
| parent | ci: separate `Lint` and `Test` workflows (diff) | |
| download | iced-builder-0ade9914530f5cab82c62582d1ab535298d8f7c9.tar.gz | |
feat(PKGBUILD): add `check` for tests [skip ci]
Diffstat (limited to '')
| -rw-r--r-- | src/main.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index f9352fc..49b2d60 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,9 +1,10 @@ +#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")] + mod appearance; mod config; mod dialog; mod environment; mod error; -#[allow(dead_code)] mod icon; mod options; mod panes; |
