feat: Initial working prototype
Some checks failed
build / checks-matrix (push) Has been cancelled
build / checks-build (push) Has been cancelled
build / codecov (push) Has been cancelled
docs / docs (push) Has been cancelled

This commit is contained in:
uttarayan21
2025-11-19 01:39:20 +05:30
parent 3222c26bb6
commit a1c36e4fb2
10 changed files with 269 additions and 76 deletions

2
Cargo.lock generated
View File

@@ -3582,6 +3582,7 @@ dependencies = [
"error-stack",
"thiserror 2.0.17",
"tokio",
"toml 0.9.8",
"tracing",
"tracing-subscriber",
"ui-gpui",
@@ -7317,6 +7318,7 @@ name = "ui-iced"
version = "0.1.0"
dependencies = [
"api",
"blurhash",
"gpui_util",
"iced",
"tracing",