shrooms-vb-native/Cargo.toml

20 lines
384 B
TOML

[package]
name = "shrooms-vb-native"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1"
clap = { version = "4", features = ["derive"] }
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]
cc = "1"
[profile.release]
lto = "thin"