mirror of
https://github.com/tauri-apps/wry-mobile.git
synced 2026-02-04 02:41:19 +01:00
25 lines
537 B
TOML
25 lines
537 B
TOML
[package]
|
|
name = "wry-mobile"
|
|
version = "0.1.0"
|
|
authors = ["Yu-Wei Wu <wusyong9104@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
crate-type = ["staticlib", "cdylib", "rlib"]
|
|
|
|
[[bin]]
|
|
name = "wry-mobile-desktop"
|
|
path = "gen/bin/desktop.rs"
|
|
|
|
[dependencies]
|
|
mobile-entry-point = "0.1.0"
|
|
wry = { git = "https://github.com/tauri-apps/wry", branch = "next" }
|
|
|
|
[target.'cfg(target_os = "android")'.dependencies]
|
|
android_logger = "0.9.0"
|
|
log = "0.4.11"
|
|
ndk-glue = "0.2.1"
|
|
|
|
[target.'cfg(not(target_os = "android"))'.dependencies]
|
|
simple_logger = "1.11.0"
|