# 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 = "swamp-app-examples" version = "0.0.9" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "examples for swamp-render" readme = "README.md" keywords = [ "game", "render", "examples", ] categories = ["game-development"] license = "MIT" repository = "https://github.com/piot/swamp-render" [[bin]] name = "swamp-app-examples" path = "src/main.rs" [[example]] name = "animation" path = "examples/animation.rs" [[example]] name = "font" path = "examples/font.rs" [[example]] name = "font_glyphs" path = "examples/font_glyphs.rs" [[example]] name = "single_texture" path = "examples/single_texture.rs" [[example]] name = "tilemap" path = "examples/tilemap.rs" [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4.22" [dependencies.swamp-app] version = "0.0.9"