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

[dependencies]
egui = "0.27.1"
egui_glfw = "0.55.1"
gl = "0.14.0"
# egui_overlay = {version = "0.8.1", default-features = false, features = ["three_d"] }
# egui_render_three_d = "0.8.0"
# egui_render_wgpu = "0.8.0"
# egui_window_glfw_passthrough = "0.8.1"

[build-dependencies]
bindgen = "0.69.4"