feat(ui-iced): implement settings screen with navigation and basic UI elements
This commit is contained in:
@@ -9,14 +9,15 @@ api = { version = "0.1.0", path = "../api" }
|
||||
blurhash = "0.2.3"
|
||||
bytes = "1.11.0"
|
||||
gpui_util = "0.2.2"
|
||||
iced = { workspace = true, default-features = true, features = [
|
||||
iced = { workspace = true, features = [
|
||||
"advanced",
|
||||
"canvas",
|
||||
"image",
|
||||
"sipper",
|
||||
"tokio",
|
||||
"debug",
|
||||
] }
|
||||
"hot",
|
||||
], default-features = true }
|
||||
|
||||
|
||||
iced-video = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user