diff options
| author | pml68 <contact@pml68.dev> | 2025-01-25 10:52:57 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-01-25 10:52:57 +0100 |
| commit | c6821c9c16954849cde57847f51a7e472bdf6364 (patch) | |
| tree | c0aa14e862ebc8c880ee9928e704fa894b8914b7 /Cargo.toml | |
| parent | feat: add .gitattributes files [skip ci] (diff) | |
| download | iced-builder-c6821c9c16954849cde57847f51a7e472bdf6364.tar.gz | |
refactor: get rid of Uuid, use widget::Id directly
Diffstat (limited to '')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -19,7 +19,6 @@ tokio = { version = "1.42", features = ["fs"] } tokio-stream = { version = "0.1", features = ["fs"] } rfd = { version = "0.15.1", default-features = false, features = ["async-std", "gtk3"] } rust-format = "0.3.4" -uuid = { version = "1.11.0", features = ["v4", "serde"] } fxhash = "0.2.1" thiserror = "2.0.9" dirs-next = "2.0.0" |
