[package] name = "gl-lite" description = "Wrappers around common GL objects and methods" version = "0.1.2" authors = ["Andrew Imm "] license = "MIT" edition = "2018" [lib] name = "gllite" path = "src/lib.rs" [[bin]] name = "demo" path = "examples/demo/main.rs" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] gl = "0.11.0" glutin = "0.20.0"