diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ edition = "2021" description = "Low-level OpenGL bindings" [dependencies] -opengl-registry-macros = { git = "https://git.hampusmat.com/opengl-registry-macros" } +opengl-registry-macros = "0.1.0" [build-dependencies] bindgen = "0.63.0" |