From 9f7a0a9f63fe249c914e43f23aa94198c296ecc1 Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Wed, 4 Oct 2023 16:22:22 +0300 Subject: [PATCH] chore: `tauri-mobile` -> `cargo-mobile2` (#1518) --- examples/mobile_demo/.gitignore | 2 +- examples/mobile_demo/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/mobile_demo/.gitignore b/examples/mobile_demo/.gitignore index 419513ee..e1e084c4 100644 --- a/examples/mobile_demo/.gitignore +++ b/examples/mobile_demo/.gitignore @@ -2,7 +2,7 @@ target/ **/*.rs.bk -# tauri-mobile +# cargo-mobile2 .cargo/ /gen diff --git a/examples/mobile_demo/README.md b/examples/mobile_demo/README.md index 7ea4303b..178b2f73 100644 --- a/examples/mobile_demo/README.md +++ b/examples/mobile_demo/README.md @@ -4,7 +4,7 @@ Right now, Dioxus supports mobile targets including iOS and Android. However, our tooling is not mature enough to include the build commands directly. -This project was generated using [tauri-mobile](https://github.com/tauri-apps/tauri-mobile). We have yet to integrate this generation into the Dioxus-CLI. The open issue for this is [#1157](https://github.com/DioxusLabs/dioxus/issues/1157). +This project was generated using [cargo-mobile2](https://github.com/tauri-apps/cargo-mobile2). We have yet to integrate this generation into the Dioxus-CLI. The open issue for this is [#1157](https://github.com/DioxusLabs/dioxus/issues/1157). ## Running on iOS