diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-10-05 18:12:49 +1000 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-10-05 18:12:49 +1000 |
commit | 5d1750d9adfc45b53c75310c58e31dfdbd8a6e15 (patch) | |
tree | 96b30140b33744a4392af091e79e65bcfc5886d5 /bindgen/rust/celeritas-sys/Cargo.toml | |
parent | 8ce117f0b3fd4ceeb1d7058dde8793e4421ec076 (diff) |
static link
Diffstat (limited to 'bindgen/rust/celeritas-sys/Cargo.toml')
-rw-r--r-- | bindgen/rust/celeritas-sys/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bindgen/rust/celeritas-sys/Cargo.toml b/bindgen/rust/celeritas-sys/Cargo.toml index 51837a1..803b65e 100644 --- a/bindgen/rust/celeritas-sys/Cargo.toml +++ b/bindgen/rust/celeritas-sys/Cargo.toml @@ -11,7 +11,7 @@ serde = { version = "1.0.204", features = ["derive"] } bindgen = "0.69.4" [dev-dependencies] -egui = "0.27.1" -egui_glfw = { git = "https://github.com/omnisci3nce/egui_glfw.git", rev = "67b432695433feb59761f3ae984b966ca3da31db" } -gl = "0.14.0" -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" +# serde_json = "1.0.120" |