iced_table 0.13.0

A table widget for Iced
Documentation
[package]
name = "iced_table"
version = "0.13.0"
edition = "2021"
authors = ["tarkah <admin@tarkah.dev>"]
description = "A table widget for Iced"
license = "MIT"
repository = "https://github.com/tarkah/iced_table"

[workspace]
default-members = [
  "./example"
]
members = [
  ".",
  "./example",
]

[features]
__docs = ["iced_widget/lazy"]

[dependencies]
iced_core = "0.13"
iced_widget = "0.13"

[package.metadata.docs.rs]
all-features = true