Beginnings of rust emulation

This commit is contained in:
2024-11-03 11:32:53 -05:00
parent 59e14b43e8
commit 40c4561748
9 changed files with 936 additions and 332 deletions
+5 -1
View File
@@ -5,6 +5,7 @@ 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"
@@ -13,4 +14,7 @@ wgpu = "22.1"
winit = "0.30"
[build-dependencies]
cc = "1"
cc = "1"
[profile.release]
lto = "thin"