# 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 = "hextile" version = "0.1.2" authors = ["Fernando A. Fraticelli <53105809+mrtelecaster@users.noreply.github.com>"] description = "Handles coordinate math and other logic for hexagonal game maps" readme = "README.md" keywords = [ "gamedev", "hexagon", ] categories = [ "data-structures", "game-development", ] license = "GPL-3.0-or-later" repository = "https://github.com/mrtelecaster/hexmap" [dependencies.bevy] version = "0.11" optional = true [dependencies.lerp] version = "0.5" [dependencies.serde] version = "1" features = ["derive"] [features] bevy = ["dep:bevy"]