Introduce keyed::Column widget
This commit is contained in:
parent
1a1da6a1f0
commit
34495bba1c
8 changed files with 490 additions and 11 deletions
|
|
@ -7,9 +7,11 @@ publish = false
|
|||
|
||||
[dependencies]
|
||||
iced = { path = "../..", features = ["async-std", "debug"] }
|
||||
uuid = { version = "1.0", features = ["v4", "fast-rng", "serde"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
once_cell = "1.15"
|
||||
once_cell = "1.0"
|
||||
tracing-subscriber = "0.3"
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
async-std = "1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue