We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8139022 commit a3e43b6Copy full SHA for a3e43b6
.github/workflows/ios.yml
@@ -24,11 +24,6 @@ jobs:
24
target
25
key: ${{ runner.os }}-cargo-check-test-${{ matrix.toolchain }}-${{ hashFiles('**/Cargo.lock') }}
26
27
- - uses: actions-rs/install@v0.1
28
- with:
29
- crate: cargo-lipo
30
- version: latest
31
-
32
- name: Add iOS targets
33
run: rustup target add aarch64-apple-ios x86_64-apple-ios
34
examples/ios/Cargo.toml
@@ -16,6 +16,5 @@ bevy = { path = "../../", features = [
16
"bevy_winit",
17
"render",
18
"vorbis",
19
- "x11",
20
"filesystem_watcher"
21
], default-features = false}
0 commit comments