Skip to content

Commit

Permalink
Merge pull request #119 from rparrett/mobile-3d
Browse files Browse the repository at this point in the history
Fix 3d camera on ios simulator
  • Loading branch information
NiklasEi authored Jul 26, 2024
2 parents cb42cdf + fb476b2 commit 144f5ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mobile/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ bevy = { version = "0.14", default-features = false }
version = "0.15"
features = ["oboe-shared-stdcxx"]

# See https://github.com/bevyengine/bevy/pull/12052
[target.aarch64-apple-ios-sim.dependencies]
bevy = { version = "0.14", default-features = false, features = [
"ios_simulator",
] }

[package.metadata.android]
package = "me.nikl.bevygame" # ToDo
apk_name = "BevyGame" # ToDo same as GAME_OSX_APP_NAME in release workflow
Expand Down

0 comments on commit 144f5ae

Please sign in to comment.