Actually do anaglyph

This commit is contained in:
2024-11-03 13:49:10 -05:00
parent b025f72604
commit a0e39796bf
4 changed files with 55 additions and 2 deletions
+1
View File
@@ -5,6 +5,7 @@ edition = "2021"
[dependencies]
anyhow = "1"
bytemuck = { version = "1", features = ["derive"] }
clap = { version = "4", features = ["derive"] }
imgui = "0.12"
imgui-wgpu = { git = "https://github.com/Yatekii/imgui-wgpu-rs", rev = "2edd348" }