# 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 = "stabilkon" version = "0.1.0" authors = ["Konstantin Zakharov "] description = "Mesh builder for tile maps using using texture atlases" homepage = "https://github.com/EnoughTea/stabilkon" readme = "../README.md" keywords = ["2d", "sprite", "spritebatch", "tetra", "ggez"] categories = ["game-development", "rendering"] license = "MIT" repository = "https://github.com/EnoughTea/stabilkon" [dependencies.ggez] version = "0.7" optional = true default-features = false [dependencies.mint] version = "0.5" [dependencies.snafu] version = "0.6" [dependencies.tetra] version = "0.6" optional = true default-features = false [features] default = []