mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Don't release lib-remote
This commit is contained in:
7
Makefile
7
Makefile
@@ -52,12 +52,12 @@ endif
|
||||
example-compute example-triangle example-remote \
|
||||
run-example-compute run-example-triangle run-example-remote \
|
||||
lib-native lib-native-release \
|
||||
lib-remote lib-remote-release
|
||||
lib-remote
|
||||
|
||||
#TODO: example-remote
|
||||
all: example-compute example-triangle lib-remote
|
||||
|
||||
package: lib-native lib-native-release lib-remote lib-remote-release
|
||||
package: lib-native lib-native-release
|
||||
mkdir -p dist
|
||||
echo "$(GIT_TAG_FULL)" > dist/commit-sha
|
||||
for RELEASE in debug release; do \
|
||||
@@ -92,9 +92,6 @@ lib-native-release: Cargo.lock wgpu-native/Cargo.toml $(WILDCARD_WGPU_NATIVE)
|
||||
lib-remote: Cargo.lock wgpu-remote/Cargo.toml $(WILDCARD_WGPU_REMOTE)
|
||||
cargo build --manifest-path wgpu-remote/Cargo.toml
|
||||
|
||||
lib-remote-release: Cargo.lock wgpu-remote/Cargo.toml $(WILDCARD_WGPU_REMOTE)
|
||||
cargo build --manifest-path wgpu-remote/Cargo.toml --release
|
||||
|
||||
$(FFI_DIR)/wgpu.h: wgpu-native/cbindgen.toml $(WILDCARD_WGPU_NATIVE)
|
||||
rustup run nightly cbindgen -o $(FFI_DIR)/wgpu.h wgpu-native
|
||||
|
||||
|
||||
Reference in New Issue
Block a user