feat(build): compile SPIR-V with rust native code
Some checks failed
Build Zenyx ⚡ / 🧪 Run Cargo Tests (push) Successful in 4m14s
Build Zenyx ⚡ / 🏗️ Build x86_64-apple-darwin (push) Failing after 8m32s
Build Zenyx ⚡ / 🏗️ Build aarch64-apple-darwin (push) Failing after 8m43s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (push) Successful in 9m13s
Build Zenyx ⚡ / 🏗️ Build aarch64-pc-windows-msvc (push) Successful in 9m19s
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (push) Successful in 6m21s
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (push) Successful in 6m22s

This commit is contained in:
Chance 2025-04-27 01:28:21 -04:00
parent c86be3ca3d
commit 25068a7679
Signed by: caznix
GPG key ID: 489D213143D753FD
3 changed files with 127 additions and 23 deletions

View file

@ -58,3 +58,9 @@ allocator-api2 = "0.2.21"
[target.aarch64-linux-android.dependencies]
winit = { version = "0.30.9", features = ["android-native-activity"] }
[build-dependencies]
build-print = "0.1.1"
bytemuck = "1.22.0"
naga = { version = "25.0.1", features = ["glsl-in", "spv-out"] }
thiserror = "2.0.12"