diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-07-26 18:58:43 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-07-26 18:58:43 +1000 |
commit | f5e5a6fdf58f3135f3211135bfbcb6e70630309f (patch) | |
tree | 0d58ffe229df9ed907219537b78d2a88d10b331d /bindgen/rust/celeritas-sys/Cargo.lock | |
parent | aa1eeebb1c05edc22335cbb48af5d42be20750c0 (diff) |
fix glfw get key range so it doesnt panic on mac
Diffstat (limited to 'bindgen/rust/celeritas-sys/Cargo.lock')
-rw-r--r-- | bindgen/rust/celeritas-sys/Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindgen/rust/celeritas-sys/Cargo.lock b/bindgen/rust/celeritas-sys/Cargo.lock index de49f83..56df9ac 100644 --- a/bindgen/rust/celeritas-sys/Cargo.lock +++ b/bindgen/rust/celeritas-sys/Cargo.lock @@ -93,7 +93,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2aba8f4e9906c7ce3c73463f62a7f0c65183ada1a2d47e397cc8810827f9694f" [[package]] -name = "celeritas" +name = "celeritas-sys" version = "0.1.0" dependencies = [ "bindgen", |