# 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 = "realms" version = "0.2.1" authors = ["Dylan Rogers "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A powerful and lightweight graphics library for making Rust games" homepage = "https://github.com/dylanopen/realms" documentation = "https://docs.rs/realms" readme = "README.md" keywords = [ "game", "graphics", "pixel", "window", "gamedev", ] categories = [ "graphics", "games", "rendering", "game-engines", "gui", ] license = "GPL-3.0-or-later" repository = "https://github.com/dylanopen/realms" [lib] name = "realms" path = "src/lib.rs" [dependencies.minifb] version = "0.27.0" [dependencies.ril] version = "0.10.3" features = ["png"]