# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "simple-game-engine" version = "0.8.3" authors = ["mcb2003 "] description = "A minimal game engine inspired by the OLC Pixel Game Engine" homepage = "https://github.com/mcb2003/simple-game-engine-rs#readme" readme = "README.md" keywords = ["gamedev", "graphics", "sdl", "wrapper", "sge"] categories = ["game-development", "game-engines", "multimedia", "rendering::engine"] license = "MIT" repository = "https://github.com/mcb2003/simple-game-engine-rs" [[example]] name = "hello_world" required-features = ["unifont"] [dependencies.fnv] version = "1.0.7" [dependencies.sdl2] version = "0.34.4" [dependencies.sdl2-unifont] version = "1.0.2" optional = true [features] bundled_sdl = ["sdl2/bundled"] static_sdl = ["sdl2/static-link"] unifont = ["sdl2-unifont"]