Draft table widget

This commit is contained in:
Héctor Ramón Jiménez 2025-07-15 05:28:33 +02:00
parent 283d0e74a8
commit b3ce0f23a5
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
6 changed files with 738 additions and 0 deletions

10
examples/table/Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "table"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2024"
publish = false
[dependencies]
iced.workspace = true
iced.features = ["debug"]