diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 42c15a8fe5..4c24217d5e 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -24,11 +24,6 @@ jobs: target key: ${{ runner.os }}-cargo-check-test-${{ matrix.toolchain }}-${{ hashFiles('**/Cargo.lock') }} - - uses: actions-rs/install@v0.1 - with: - crate: cargo-lipo - version: latest - - name: Add iOS targets run: rustup target add aarch64-apple-ios x86_64-apple-ios diff --git a/examples/ios/Cargo.toml b/examples/ios/Cargo.toml index d5fec9329f..0e77864a9b 100644 --- a/examples/ios/Cargo.toml +++ b/examples/ios/Cargo.toml @@ -16,6 +16,5 @@ bevy = { path = "../../", features = [ "bevy_winit", "render", "vorbis", - "x11", "filesystem_watcher" ], default-features = false}