diff options
author | 2025-04-11 02:57:20 +0100 | |
---|---|---|
committer | 2025-04-11 02:57:20 +0100 | |
commit | 1299841ecb5648328a590658c2ea6ad18ecf46e3 (patch) | |
tree | 89932862dab0e59b76de10cf0d9a55413c831338 /Cargo.toml | |
parent | 78577fb74949c83e3c8196a7310781c15e73bf64 (diff) | |
download | macaw-1299841ecb5648328a590658c2ea6ad18ecf46e3.tar.gz macaw-1299841ecb5648328a590658c2ea6ad18ecf46e3.tar.bz2 macaw-1299841ecb5648328a590658c2ea6ad18ecf46e3.zip |
i hate everything
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,12 +1,15 @@ +[workspace] +resolver = "2" + [package] name = "macaw" version = "0.1.0" edition = "2021" [dependencies] -iced = { git = "https://github.com/iced-rs/iced", features = ["tokio"] } -filamento = { version = "0.1.0", path = "../luz/filamento" } -jid = { version = "0.1.0", path = "../luz/jid" } +iced = { git = "https://github.com/iced-rs/iced", features = ["tokio", "image"] } +filamento = { version = "0.1.0", git = "https://bunny.garden/luz" } +jid = { version = "0.1.0", git = "https://bunny.garden/luz" } tokio = "1.43.0" tokio-stream = "0.1.17" tracing-subscriber = "0.3.19" |