- Bump minor version as
0.1.5
add a new feature which was incompatible with0.1.4
- 969e8ef chore: bump minor for urgent release on 2023-01-15
- Add support for
CARGO_TARGET_DIR
andCARGO_BUILD_TARGET_DIR
env vars. - Allow specifying
lib_name
inmobile.toml
file. This useful if you set[lib].name
inCargo.toml
. - Adjust
wry
template for desktop usage also. - Update
wry
template to use the newwry
env vars.- 0113d1f feat: update wry template to use the new env vars on 2022-12-30
- Improve error message for missing library artifact.
- 807861a feat: validate library artifact existence on 2022-12-28
- Allow specifying an app target dir resolver via
config::App::with_target_dir_resolver
.
- Fix
android_binding!
macro usage in thewry
template.- fd68c94 fix: fix android_binding! usage in wry template on 2022-12-27
- Show all application logs on iOS noninteractive mode.
- Implement noninteractive mode on iOS simulators.
- Fix
cargo apple run
can't work on real device. - Added the
openssl-vendored
Cargo feature.