mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-26 00:33:51 +00:00
Don't specify nightly for bindings generation
This commit is contained in:
parent
f647fd8030
commit
558681fddc
4
Makefile
4
Makefile
@ -44,7 +44,7 @@ doc:
|
|||||||
cargo doc --all
|
cargo doc --all
|
||||||
|
|
||||||
clear:
|
clear:
|
||||||
cargo clear
|
cargo clean
|
||||||
rm wgpu-bindings/wgpu.h
|
rm wgpu-bindings/wgpu.h
|
||||||
|
|
||||||
lib-native: Cargo.lock wgpu-native/Cargo.toml $(wildcard wgpu-native/**/*.rs)
|
lib-native: Cargo.lock wgpu-native/Cargo.toml $(wildcard wgpu-native/**/*.rs)
|
||||||
@ -54,7 +54,7 @@ lib-rust: Cargo.lock wgpu-rs/Cargo.toml $(wildcard wgpu-rs/**/*.rs)
|
|||||||
cargo build --manifest-path wgpu-rs/Cargo.toml --features $(FEATURE_RUST)
|
cargo build --manifest-path wgpu-rs/Cargo.toml --features $(FEATURE_RUST)
|
||||||
|
|
||||||
wgpu-bindings/wgpu.h: Cargo.lock wgpu-bindings/src/*.rs lib-native
|
wgpu-bindings/wgpu.h: Cargo.lock wgpu-bindings/src/*.rs lib-native
|
||||||
cargo +nightly run --manifest-path wgpu-bindings/Cargo.toml
|
cargo run --manifest-path wgpu-bindings/Cargo.toml
|
||||||
|
|
||||||
examples-native: lib-native wgpu-bindings/wgpu.h $(wildcard wgpu-native/**/*.c)
|
examples-native: lib-native wgpu-bindings/wgpu.h $(wildcard wgpu-native/**/*.c)
|
||||||
$(MAKE) -C examples
|
$(MAKE) -C examples
|
||||||
|
Loading…
Reference in New Issue
Block a user