dioxus/packages/mobile/Cargo.toml

39 lines
878 B
TOML

[package]
name = "dioxus-mobile"
version = "0.0.0"
authors = ["Jonathan Kelley"]
edition = "2018"
repository = "https://github.com/DioxusLabs/dioxus/"
homepage = "https://dioxuslabs.com"
documentation = "https://dioxuslabs.com"
keywords = [
"dom",
"ui",
"userinterface",
"gui",
"react",
"state",
"management",
"wasm",
"web",
"ssr",
]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0"
# cacao = { git = "https://github.com/ryanmcgrath/cacao" }
dioxus-core = { path = "../core", version ="^0.1.3"}
log = "0.4.14"
serde = "1.0.126"
serde_json = "1.0.64"
wry = "0.12.2"
[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"