diff options
| author | pml68 <contact@pml68.dev> | 2025-02-24 19:08:32 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-02-24 19:08:32 +0100 |
| commit | a806922d47bb7ea3e401a99ed2c918c4ab745973 (patch) | |
| tree | 357a644de1378238664ca49dbcdb7b82c6b54af3 /src/main.rs | |
| parent | feat: start working on options backend (`ApplyOptions` trait) (diff) | |
| download | iced-builder-a806922d47bb7ea3e401a99ed2c918c4ab745973.tar.gz | |
feat: create separate `ValueFromStr` struct
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 6c4e8d6..20383f1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -8,6 +8,7 @@ mod options; mod panes; mod theme; mod types; +mod values; mod widget; use std::path::PathBuf; |
