[package] name = "glitz" description = "GL Bindings thing." version = "0.4.0" edition = "2021" repository = "https://github.com/Lokathor/glitz" license = "Zlib OR Apache-2.0 OR MIT" [dependencies] chlorine = { version = "1", features = ["int_extras"] } zstring = "0.1.2" [features] default = ["std"] std = []