shrooms-vb-native/Cargo.toml

20 lines
384 B
TOML
Raw Normal View History

2024-11-02 20:18:41 +00:00
[package]
name = "shrooms-vb-native"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1"
2024-11-03 16:32:53 +00:00
clap = { version = "4", features = ["derive"] }
2024-11-02 20:18:41 +00:00
imgui = "0.12"
imgui-wgpu = { git = "https://github.com/Yatekii/imgui-wgpu-rs", rev = "2edd348" }
imgui-winit-support = "0.13"
pollster = "0.4"
wgpu = "22.1"
winit = "0.30"
[build-dependencies]
2024-11-03 16:32:53 +00:00
cc = "1"
[profile.release]
lto = "thin"