iced_table2 0.14.2

iced_table but updated to work with iced version 0.14.0
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "iced_table2"
version = "0.14.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "iced_table but updated to work with iced version 0.14.0"
homepage = "https://github.com/kevkoa2106/iced_table2"
readme = "README.md"
keywords = [
    "iced",
    "widget",
]
license = "GPL-3.0"
repository = "https://github.com/kevkoa2106/iced_table2"

[lib]
name = "iced_table2"
path = "src/lib.rs"

[[example]]
name = "advanced"
path = "examples/advanced.rs"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[test]]
name = "builder_tests"
path = "tests/builder_tests.rs"

[[test]]
name = "catalog_tests"
path = "tests/catalog_tests.rs"

[dependencies.iced_core]
version = "0.14"

[dependencies.iced_widget]
version = "0.14"

[dev-dependencies.iced]
version = "0.14"
features = ["default"]