[package] name = "opengl-registry-macros" version = "0.1.0" license = "MIT OR Apache-2.0" edition = "2021" description = "Macros utilizing the OpenGL API and Extension Registry" repository = "https://git.hampusmat.com/opengl-registry-macros" [lib] proc-macro = true [dependencies] once_cell = "1.17.0" proc-macro2 = "1.0.51" convert_case = "0.6.0" opengl-registry = "0.1.0" regex = "1.7.1" [dev-dependencies] quote = "1.0.23" pretty_assertions = "1.3.0"