diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-08-03 16:59:24 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-08-03 16:59:24 +1000 |
commit | 3d00c80b6b5b54da5c1ccdad9f05534a48bca39f (patch) | |
tree | bd41bcd3983463cf977cb304db252c40de477b54 /bindgen/rust/Cargo.lock | |
parent | 1b2d2f2b4ae67fb0fd10f52891eae3a6a2b24c16 (diff) |
more work o nrust bindings
Diffstat (limited to 'bindgen/rust/Cargo.lock')
-rw-r--r-- | bindgen/rust/Cargo.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bindgen/rust/Cargo.lock b/bindgen/rust/Cargo.lock index 75bf0a5..29e8e92 100644 --- a/bindgen/rust/Cargo.lock +++ b/bindgen/rust/Cargo.lock @@ -96,12 +96,14 @@ checksum = "2aba8f4e9906c7ce3c73463f62a7f0c65183ada1a2d47e397cc8810827f9694f" name = "celeritas" version = "0.1.0" dependencies = [ + "bitflags 2.6.0", "celeritas-sys", "egui", "egui_glfw", "gl", "serde", "serde_json", + "thiserror", ] [[package]] |