aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2023-03-07 19:24:30 +0100
committerHampusM <hampus@hampusmat.com>2023-03-07 19:26:34 +0100
commitdba1ad4edf272a192b7b5e258552c8ce87fe69ad (patch)
treee9fbd6d3221260cd062d8cbaf6e668bf701cb242
parent306e3417b645be0941fee067c514bf009125a2f8 (diff)
build: use opengl-registry 0.1.0
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 816f135..28eb327 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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]