# 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 = "lettuces" version = "0.0.6" authors = ["Noah Shomette "] description = "A grid logic crate combining Hexx and custom logic for square and isometric grids to provide a unified grid logic crate." homepage = "https://github.com/NoahShomette/lettuces" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/NoahShomette/lettuces" [dependencies.bevy] version = "0.13" features = [] optional = true default-features = false [dependencies.glam] version = "0.28.0" [dependencies.hexx] version = "0.17.0" [dependencies.serde] version = "1.0.183" optional = true [features] bevy = ["dep:bevy"] bevy_reflect = [ "bevy", "hexx/bevy_reflect", ] default = [ "square", "hex", ] hex = [] serde = [ "dep:serde", "serde/default", "bevy/serialize", "hexx/serde", ] square = [] [badges.maintenance] status = "actively-developed"