Files
jello/ui-iced/Cargo.toml
uttarayan21 a1c36e4fb2
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
feat: Initial working prototype
2025-11-19 01:39:20 +05:30

18 lines
312 B
TOML

[package]
name = "ui-iced"
version = "0.1.0"
edition = "2024"
[dependencies]
api = { version = "0.1.0", path = "../api" }
blurhash = "0.2.3"
gpui_util = "0.2.2"
iced = { git = "https://github.com/iced-rs/iced", features = [
"advanced",
"canvas",
"image",
"tokio",
] }
tracing = "0.1.41"
uuid = "1.18.1"