ui-grid-egui 1.0.6

egui widget adapter for @ornery/ui-grid
# 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 = "2024"
rust-version = "1.95"
name = "ui-grid-egui"
version = "1.0.6"
authors = ["Ornery UI Grid Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "egui widget adapter for @ornery/ui-grid"
readme = "README.md"
keywords = [
    "egui",
    "grid",
    "table",
    "datagrid",
    "ui",
]
categories = ["gui"]
license = "MIT"
repository = "https://github.com/ornerydev/ui-grid"
resolver = "2"

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

[[example]]
name = "demo"
path = "examples/demo/main.rs"

[dependencies.egui]
version = "0.34"

[dependencies.egui_extras]
version = "0.34"
features = ["datepicker"]

[dependencies.jiff]
version = "0.2"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.ui-grid-core]
version = "1.0.6"

[dev-dependencies.eframe]
version = "0.34"
features = [
    "default_fonts",
    "glow",
    "x11",
]
default-features = false

[dev-dependencies.egui_extras]
version = "0.34"
features = ["datepicker"]

[dev-dependencies.jiff]
version = "0.2"