[package] name = "glenum" version = "0.1.1" authors = ["Oussama "] description = "GL Enum values in an organized structures as described in from https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API/Constants" repository = "https://github.com/oussama/glenum-rs" keywords = ["webgl","opengl"] license = "Apache-2.0" documentation = "https://docs.rs/glenum" [dependencies] serde = "1.0" serde_derive = "1.0"