spirvcross 0.1.2

Bindings to SPIRV-Cross API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
set windows-shell := ["powershell.exe", "-c"]
export RUST_BACKTRACE := "1"

submodule:
    git submodule update --init --recursive

doc:
    cargo +nightly rustdoc --open --all-features -- --cfg docsrs

test:
    cargo +nightly test --all --all-features -- --nocapture

test-wasm:
    cargo +nightly wasi test --verbose --all-features