diff options
| author | pml68 <contact@pml68.me> | 2024-08-30 00:06:33 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.me> | 2024-08-30 01:05:13 +0200 |
| commit | efb9dbd8072becbf3d34e74e737287b982432164 (patch) | |
| tree | 183bbc5a1c7ba7b558542843a58f1d60e6ce5267 /Cargo.toml | |
| parent | feat: initial commit (diff) | |
| download | iced-builder-efb9dbd8072becbf3d34e74e737287b982432164.tar.gz | |
feat: add usable state logic
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -9,4 +9,6 @@ license = "GPL-3.0-or-later" keywords = ["gui", "iced"] [dependencies] -iced = { version = "0.12.1", features = [ "image","svg","canvas","qr_code","advanced"] } +iced = { version = "0.12.1", features = [ "image","svg","canvas","qr_code","advanced","tokio","highlighter"] } +tokio = {version = "1.39.3",features = ["fs"]} +rust-format = "0.3.4" |
