Skip to content

Commit f3dffc3

Browse files
committed
Remove all the IPC
1 parent c8d0da6 commit f3dffc3

File tree

11 files changed

+189
-492
lines changed

11 files changed

+189
-492
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ before_install:
5858
script:
5959
- cargo test
6060
# TODO: enable GL backend
61-
- (cd wgpu-native && cargo check --features local)
61+
- (cd wgpu-native && cargo check --all-features)
6262
- if [[ $TRAVIS_OS_NAME == "osx" ]]; then (cd wgpu-native && cargo check --features gfx-backend-vulkan); fi
6363
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then cargo check --release; fi
6464
- if [[ $TRAVIS_RUST_VERSION == "nightly" ]]; then cargo +nightly install cbindgen; fi

0 commit comments

Comments
 (0)