bevy/examples/ios
François b724a0f586 Down with the system! (#2496)
# Objective

- Remove all the `.system()` possible.
- Check for remaining missing cases.

## Solution

- Remove all `.system()`, fix compile errors
- 32 calls to `.system()` remains, mostly internals, the few others should be removed after #2446
2021-07-27 23:42:36 +00:00
..
bevy_ios_example.xcodeproj Add audio to ios example (#1007) 2021-05-30 18:39:31 +00:00
ios-src An initial xcode setup for using xcode (#539) 2020-10-31 14:36:24 -07:00
src Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
.gitignore An initial xcode setup for using xcode (#539) 2020-10-31 14:36:24 -07:00
build_rust_deps.sh An initial xcode setup for using xcode (#539) 2020-10-31 14:36:24 -07:00
Cargo.toml Add audio to ios example (#1007) 2021-05-30 18:39:31 +00:00
Makefile An initial xcode setup for using xcode (#539) 2020-10-31 14:36:24 -07:00