summaryrefslogtreecommitdiff
path: root/bindgen/rust/celeritas-sys/Cargo.toml
blob: bb5d692360cec2ea3727020ea3e38939a7860a87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "celeritas-sys"
version = "0.1.0"
edition = "2021"

[dependencies]

[build-dependencies]
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"