summaryrefslogtreecommitdiff
path: root/bindgen/rust/Cargo.toml
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-08-03 16:59:24 +1000
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-08-03 16:59:24 +1000
commit3d00c80b6b5b54da5c1ccdad9f05534a48bca39f (patch)
treebd41bcd3983463cf977cb304db252c40de477b54 /bindgen/rust/Cargo.toml
parent1b2d2f2b4ae67fb0fd10f52891eae3a6a2b24c16 (diff)
more work o nrust bindings
Diffstat (limited to 'bindgen/rust/Cargo.toml')
-rw-r--r--bindgen/rust/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/bindgen/rust/Cargo.toml b/bindgen/rust/Cargo.toml
index 4ca1432..e6656ca 100644
--- a/bindgen/rust/Cargo.toml
+++ b/bindgen/rust/Cargo.toml
@@ -11,3 +11,5 @@ serde_json = "1.0.120"
egui = "0.27.1"
egui_glfw = { git = "https://github.com/omnisci3nce/egui_glfw.git", rev = "67b432695433feb59761f3ae984b966ca3da31db" }
gl = "0.14.0"
+thiserror = "1.0.63"
+bitflags = "2.6.0"