[package] name = "covalent_gl" version = "0.1.2" authors = ["thirdsgames "] edition = "2018" license = "Apache-2.0" description = "Crate name available" repository = "https://github.com/thirdsgames/covalent/tree/master/covalent_gl" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] covalent = { path = "../covalent", version = "^0.1.1" } glium = "^0.27" log = "0.4" [badges] maintenance = { status = "experimental" }