summaryrefslogtreecommitdiff
path: root/bindgen/rust/Cargo.toml
diff options
context:
space:
mode:
authorOmniscient <omniscient.oce@gmail.com>2024-10-05 13:48:35 +1000
committerOmniscient <omniscient.oce@gmail.com>2024-10-05 13:48:35 +1000
commit034028807665e84f7c62de5901a3d82c8b5e880e (patch)
treed1d0b3f4c219d1ba3e2eabbcb5eb809f1b6ceadf /bindgen/rust/Cargo.toml
parenta49cc9f8948ce4c8d74d84ddf7f41826cd999dd9 (diff)
cleaning up rust binding
Diffstat (limited to 'bindgen/rust/Cargo.toml')
-rw-r--r--bindgen/rust/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bindgen/rust/Cargo.toml b/bindgen/rust/Cargo.toml
index 5841fac..3493561 100644
--- a/bindgen/rust/Cargo.toml
+++ b/bindgen/rust/Cargo.toml
@@ -8,8 +8,8 @@ celeritas-sys = { path = "./celeritas-sys" }
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"
-egui = "0.27.1"
-egui_glfw = { git = "https://github.com/omnisci3nce/egui_glfw.git", rev = "67b432695433feb59761f3ae984b966ca3da31db" }
+# egui = "0.27.1"
+# egui_glfw = { git = "https://github.com/omnisci3nce/egui_glfw.git", rev = "67b432695433feb59761f3ae984b966ca3da31db" }
gl = "0.14.0"
glam = { version = "0.28.0", features = ["approx", "serde"] }
thiserror = "1.0.63"