From 1299841ecb5648328a590658c2ea6ad18ecf46e3 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Fri, 11 Apr 2025 02:57:20 +0100 Subject: i hate everything --- Cargo.toml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index cb8f05d..2fc7ebe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" -- cgit