[package] name = "valor" version = "0.0.0-test" authors = ["Jason Nall "] workspace = "../.." description = "Ergonomic rendering engine for games in Rust." license = "MIT" [lib] name = "valor" path = "src/lib.rs" [dependencies] gfx = "0.16.1" glutin = "0.9.2" gfx_window_glutin = "0.17.0" gfx_device_gl = "0.14.3" gfx_text = "0.18.0" cgmath = "0.15.0" id_tree = "1.1.3"