# 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 = "exgrid" version = "0.1.0" authors = ["PingPongun "] exclude = [ "demo/*", ".vscode/*", ] description = "ExGrid is drop-in replacement to egui::Grid with several upgrades" readme = "README.md" keywords = ["egui"] license = "MIT" repository = "https://github.com/PingPongun/exgrid/" [lib] [dependencies.egui24] version = "0.24" optional = true default-features = false package = "egui" [dependencies.egui25] version = "0.25" optional = true default-features = false package = "egui" [dependencies.egui26] version = "0.26" optional = true default-features = false package = "egui" [dependencies.egui27] version = "0.27" optional = true default-features = false package = "egui" [dependencies.log] version = "0.4" features = ["std"] optional = true [dependencies.maybe-owned] version = "0.3.4" [features] default = ["egui27"]