소스 검색

chore: `tauri-mobile` -> `cargo-mobile2` (#1518)

Amr Bashir 1 년 전
부모
커밋
9f7a0a9f63
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      examples/mobile_demo/.gitignore
  2. 1 1
      examples/mobile_demo/README.md

+ 1 - 1
examples/mobile_demo/.gitignore

@@ -2,7 +2,7 @@
 target/
 target/
 **/*.rs.bk
 **/*.rs.bk
 
 
-# tauri-mobile
+# cargo-mobile2
 .cargo/
 .cargo/
 /gen
 /gen
 
 

+ 1 - 1
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.
 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
 ## Running on iOS