Skip to content

Commit 8147fcd

Browse files
committed
Remove portable_features
1 parent 1284b8c commit 8147fcd

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
@@ -49,9 +49,6 @@ id32 = []
4949
# Enable `ShaderModuleSource::Wgsl`
5050
wgsl = ["naga/wgsl-in"]
5151

52-
# Features that are intended to work on all platforms.
53-
portable_features = ["gles", "strict_asserts", "trace", "replay", "serial-pass", "id32", "wgsl"]
54-
5552
[dependencies]
5653
arrayvec = "0.7"
5754
bitflags = "1"

0 commit comments

Comments
 (0)