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
Generated
+15
View File
@@ -220,6 +220,20 @@ name = "bytemuck"
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8334215b81e418a0a7bdb8ef0849474f40bb10c8b71f1c4ed315cff49f32494d"
dependencies = [
"bytemuck_derive",
]
[[package]]
name = "bytemuck_derive"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.87",
]
[[package]]
name = "bytes"
@@ -1489,6 +1503,7 @@ name = "shrooms-vb-native"
version = "0.1.0"
dependencies = [
"anyhow",
"bytemuck",
"cc",
"clap",
"imgui",