Skip to content

Commit 9010c76

Browse files
committed
Remove portable_features
1 parent 15af157 commit 9010c76

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,13 +160,13 @@ jobs:
160160
# (But watch out for backend-selection features in wgpu-core; some of
161161
# those only build on the right platforms.)
162162
cargo clippy --target ${{ matrix.target }} -p wgpu -p wgpu-info -p player --tests --all-features
163-
cargo clippy --target ${{ matrix.target }} -p wgpu-core --tests --features="portable_features"
163+
cargo clippy --target ${{ matrix.target }} -p wgpu-core --tests ---all-features
164164
165165
# build docs
166166
# (Watch out for backend-selection features in wgpu-core; some of
167167
# those only build on the right platforms.)
168168
cargo doc --target ${{ matrix.target }} -p wgpu -p wgpu-info -p player --all-features --no-deps
169-
cargo doc --target ${{ matrix.target }} -p wgpu-core --no-deps --features="portable_features"
169+
cargo doc --target ${{ matrix.target }} -p wgpu-core --no-deps --all-features
170170
171171
wasm-test:
172172
name: Test WebAssembly

wgpu-core/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ id32 = []
5252
# Enable `ShaderModuleSource::Wgsl`
5353
wgsl = ["naga/wgsl-in"]
5454

55-
# Features that are intended to work on all platforms.
56-
portable_features = ["gles", "strict_asserts", "trace", "replay", "serial-pass", "id32", "wgsl"]
57-
5855
[dependencies]
5956
arrayvec = "0.7"
6057
bitflags = "1"

0 commit comments

Comments
 (0)