[package] name = "rustbatch" version = "0.4.0" authors = ["jakub "] edition = "2018" repository = "https://github.com/jakubDoka/rustbatch" description = "purely game dewelopment crate that offers simple but powerfull 2D rendering and some fast solutions for game world bottle necks" license = "MIT OR Apache-2.0" [dependencies] sdl2 = "0.34.2" gl = "0.14.0" glm = "0.2.3" image = "0.23.10" rand = "0.7.3" hashers = "1.0.1"