diff options
author | HampusM <hampus@hampusmat.com> | 2023-03-07 19:24:30 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2023-03-07 19:26:34 +0100 |
commit | dba1ad4edf272a192b7b5e258552c8ce87fe69ad (patch) | |
tree | e9fbd6d3221260cd062d8cbaf6e668bf701cb242 /Cargo.toml | |
parent | 306e3417b645be0941fee067c514bf009125a2f8 (diff) |
build: use opengl-registry 0.1.0
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] |