feat(ui-iced): implement settings screen with navigation and basic UI elements
Some checks failed
build / checks-matrix (push) Has been cancelled
build / codecov (push) Has been cancelled
docs / docs (push) Has been cancelled
build / checks-build (push) Has been cancelled

This commit is contained in:
uttarayan21
2025-12-26 21:21:58 +05:30
parent 584495453f
commit 2b2e8060e7
6 changed files with 182 additions and 21 deletions

View File

@@ -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 }