We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22143f3 commit af58884Copy full SHA for af58884
Makefile
@@ -54,7 +54,7 @@ lib-rust: Cargo.lock wgpu-rs/Cargo.toml $(wildcard wgpu-rs/**/*.rs)
54
cargo build --manifest-path wgpu-rs/Cargo.toml --features $(FEATURE_RUST)
55
56
wgpu-bindings/*.h: Cargo.lock wgpu-bindings/src/*.rs lib-native
57
- cargo +nightly-2018-12-27 run --manifest-path wgpu-bindings/Cargo.toml
+ cargo +nightly run --manifest-path wgpu-bindings/Cargo.toml
58
59
examples-native: lib-native wgpu-bindings/wgpu.h $(wildcard wgpu-native/**/*.c)
60
#$(MAKE) -C examples
0 commit comments