Skip to content

cargo-mobile2 v0.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 May 12:00
0f72cad

[0.12.0]

  • adb2846(#297) Fix creating a new bevy project.

  • 29921ff(#330) Use config.identifier as the package name in Android and bundle ID in iOS.

    BREAKING CHANGE:

    • In Config, renamed field domain to identifier.
    • In App, renamed method reverse_domain to reverse_identifier.
  • 525d51f(#305) Update windows crate to 0.56

  • 2beb485(#298) Fix wry template crashing on Linux.