Set up a rust UI

This commit is contained in:
2024-11-02 16:18:41 -04:00
parent 3c7915fa53
commit 59e14b43e8
6 changed files with 2733 additions and 4 deletions
+16
View File
@@ -0,0 +1,16 @@
[package]
name = "shrooms-vb-native"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1"
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"