From 6e46ee7cb5f78807a016fa3b246ff7217c7292ba Mon Sep 17 00:00:00 2001 From: Tom Parker-Shemilt Date: Wed, 24 Apr 2024 20:54:51 +0100 Subject: [PATCH] rust_android_ios moved --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6485105..117a389 100644 --- a/README.md +++ b/README.md @@ -1547,7 +1547,7 @@ See also [Are we game yet?](https://arewegameyet.rs) ### Mobile * Android / iOS - * [owlmafia/rust_android_ios](https://github.com/owlmafia/rust_android_ios) — An example of using a shared lib for Android and iOS using rust-swig and cbindgen respectively. + * [ivnsch/rust_android_ios](https://github.com/ivnsch/rust_android_ios) — An example of using a shared lib for Android and iOS using rust-swig and cbindgen respectively. * Generic * [Geal/rust_on_mobile](https://github.com/Geal/rust_on_mobile) * [redbadger/crux](https://github.com/redbadger/crux) [[crux_core](https://crates.io/crates/crux_core)] — Cross-platform app development. Crux helps you share your app's business logic and behavior across mobile (iOS/Android) and web — as a single reusable core. [![Build status](https://img.shields.io/github/actions/workflow/status/redbadger/crux/build.yaml)](https://github.com/redbadger/crux/actions)