[package] name = "rusty_gfx" version = "0.11.2" authors = [ "Nathan Stocks " ] edition = "2018" 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" repository = "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" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] glium = "0.32.1" image = "0.21.0" rand = "0.8.5" serde = { version = "1.0.104", features = [ "derive" ] } rusty_core = { path = "../rusty_core", version = "0.11.0" }