summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2023-03-07 22:04:32 +0100
committerHampusM <hampus@hampusmat.com>2023-03-07 22:04:32 +0100
commitc7efbb55f075748d88e25735c6d7e85ba768fd15 (patch)
tree07571447ff75fab8aa4a9710b098bbdf8676c6b2 /Cargo.toml
parent95ef9331e5dac2cd1d8dc2087c4535a87addb216 (diff)
refactor: use opengl-registry-macros 0.1.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 707bf01..cafa690 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"