diff options
author | HampusM <hampus@hampusmat.com> | 2023-04-02 21:21:34 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2023-04-02 21:21:34 +0200 |
commit | 4c773728ea4394a65bae65ee6b79e9a30c6931b2 (patch) | |
tree | f4699135227cda8b321aca5d9cd28ac0da90ec26 /Cargo.toml | |
parent | 1a5cb3448c9575665729ff49ba789ca816bfe3cb (diff) |
chore: use opengl-registry 0.2.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ proc-macro = true once_cell = "1.17.0" proc-macro2 = "1.0.51" convert_case = "0.6.0" -opengl-registry = "0.1.0" +opengl-registry = "0.2.0" regex = "1.7.1" [dev-dependencies] |