This commit is contained in:
2026-08-31 09:52:01 +01:00
parent 0d9d960ed4
commit edcb418d64
8 changed files with 3839 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
[package]
name = "barbar"
version = "0.1.0"
edition = "2021"
[dependencies]
iced = { version = "0.14", default-features = false, features = ["wgpu", "wayland", "crisp", "web-colors", "thread-pool"] }
iced_layershell = { version = "0.19", default-features = false }