# 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 = "2018" name = "rusty_gfx" version = "0.11.2" authors = ["Nathan Stocks "] description = "Create windows, display graphics, handle input events (keyboard, mouse, etc.). Part of the rusty_engine game engine." homepage = "https://github.com/cleancut/rusty_engine/tree/master/rusty_gfx" readme = "README.md" keywords = [ "rusty", "learn", "educational", "graphics", "opengl", ] categories = [ "game-development", "graphics", "rendering", ] license = "MIT OR Apache-2.0" repository = "https://github.com/cleancut/rusty_engine/tree/master/rusty_gfx" [dependencies.glium] version = "0.32.1" [dependencies.image] version = "0.21.0" [dependencies.rand] version = "0.8.5" [dependencies.rusty_core] version = "0.11.0" [dependencies.serde] version = "1.0.104" features = ["derive"]