Files
jello/ui-iced/Cargo.toml
uttarayan21 2b2e8060e7
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
feat(ui-iced): implement settings screen with navigation and basic UI elements
2025-12-26 21:21:58 +05:30

32 lines
521 B
TOML

[package]
name = "ui-iced"
version = "0.1.0"
edition = "2024"
license = "MIT"
[dependencies]
api = { version = "0.1.0", path = "../api" }
blurhash = "0.2.3"
bytes = "1.11.0"
gpui_util = "0.2.2"
iced = { workspace = true, features = [
"advanced",
"canvas",
"image",
"sipper",
"tokio",
"debug",
"hot",
], default-features = true }
iced-video = { workspace = true }
iced_wgpu = "0.14.0"
iced_winit = "0.14.0"
reqwest = "0.12.24"
tap = "1.0.1"
toml = "0.9.8"
tracing = "0.1.41"
url = "2.5.7"
uuid = "1.18.1"