feat: Update to latest iced
This commit is contained in:
@@ -4,6 +4,13 @@ version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
api = { version = "0.1.0", path = "../api" }
|
||||
gpui_util = "0.2.2"
|
||||
iced = { version = "0.13.1", features = ["canvas", "image", "tokio"] }
|
||||
iced = { git = "https://github.com/iced-rs/iced", features = [
|
||||
"advanced",
|
||||
"canvas",
|
||||
"image",
|
||||
"tokio",
|
||||
] }
|
||||
tracing = "0.1.41"
|
||||
uuid = "1.18.1"
|
||||
|
||||
Reference in New Issue
Block a user