feat(widget): add table widget
This commit is contained in:
parent
c955c8400f
commit
2753941aad
12 changed files with 1599 additions and 1 deletions
15
examples/table-view/Cargo.toml
Normal file
15
examples/table-view/Cargo.toml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[package]
|
||||
name = "table-view"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
tracing = "0.1.37"
|
||||
tracing-subscriber = "0.3.17"
|
||||
tracing-log = "0.2.0"
|
||||
chrono = "*"
|
||||
|
||||
[dependencies.libcosmic]
|
||||
features = ["debug", "multi-window", "wayland", "winit", "desktop", "tokio"]
|
||||
path = "../.."
|
||||
default-features = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue