From 31d497ed9b2173782447455b69df9599a31f6800 Mon Sep 17 00:00:00 2001 From: Stuart Harris Date: Tue, 2 Jan 2024 16:00:39 +0000 Subject: [PATCH 1/2] Add Crux Added https://github.com/redbadger/crux to the mobile section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1e1ea03..d5deae1 100644 --- a/README.md +++ b/README.md @@ -1521,6 +1521,7 @@ See also [Are we game yet?](https://arewegameyet.rs) * [ivanschuetz/rust_android_ios](https://github.com/ivanschuetz/rust_android_ios) — An example of using a shared Rust 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 in Rust. Crux helps you share your app's business logic and behavior across mobile (iOS/Android) and web — as a single reusable core built with Rust. * iOS * [TimNN/cargo-lipo](https://github.com/TimNN/cargo-lipo) — A cargo lipo subcommand which automatically creates a universal library for use with your iOS application. From a411c09e2ef8dc256e5bb0f47b448b4e3bc3961c Mon Sep 17 00:00:00 2001 From: Stuart Harris Date: Tue, 2 Jan 2024 16:03:25 +0000 Subject: [PATCH 2/2] add build status --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5deae1..22335df 100644 --- a/README.md +++ b/README.md @@ -1521,7 +1521,7 @@ See also [Are we game yet?](https://arewegameyet.rs) * [ivanschuetz/rust_android_ios](https://github.com/ivanschuetz/rust_android_ios) — An example of using a shared Rust 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 in Rust. Crux helps you share your app's business logic and behavior across mobile (iOS/Android) and web — as a single reusable core built with Rust. + * [redbadger/crux](https://github.com/redbadger/crux) [[crux_core](https://crates.io/crates/crux_core)] — Cross-platform app development in Rust. Crux helps you share your app's business logic and behavior across mobile (iOS/Android) and web — as a single reusable core built with Rust. [![Build status](https://img.shields.io/github/actions/workflow/status/redbadger/crux/build.yaml)](https://github.com/redbadger/crux/actions) * iOS * [TimNN/cargo-lipo](https://github.com/TimNN/cargo-lipo) — A cargo lipo subcommand which automatically creates a universal library for use with your iOS application.