We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb42cdf + fb476b2 commit 144f5aeCopy full SHA for 144f5ae
mobile/Cargo.toml
@@ -18,6 +18,12 @@ bevy = { version = "0.14", default-features = false }
18
version = "0.15"
19
features = ["oboe-shared-stdcxx"]
20
21
+# See https://github.com/bevyengine/bevy/pull/12052
22
+[target.aarch64-apple-ios-sim.dependencies]
23
+bevy = { version = "0.14", default-features = false, features = [
24
+ "ios_simulator",
25
+] }
26
+
27
[package.metadata.android]
28
package = "me.nikl.bevygame" # ToDo
29
apk_name = "BevyGame" # ToDo same as GAME_OSX_APP_NAME in release workflow
0 commit comments