diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ proc-macro = true once_cell = "1.17.0" proc-macro2 = "1.0.51" convert_case = "0.6.0" -opengl-registry = { git = "https://git.hampusmat.com/opengl-registry-rs" } +opengl-registry = "0.1.0" regex = "1.7.1" [dev-dependencies] |