2021-05-15 16:03:08 +00:00
|
|
|
[package]
|
2021-07-15 22:40:12 +00:00
|
|
|
name = "dioxus-mobile"
|
2021-05-15 16:03:08 +00:00
|
|
|
version = "0.0.0"
|
|
|
|
authors = ["Jonathan Kelley <jkelleyrtp@gmail.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2021-07-27 04:27:07 +00:00
|
|
|
anyhow = "1.0"
|
2021-07-15 22:40:12 +00:00
|
|
|
# cacao = { git = "https://github.com/ryanmcgrath/cacao" }
|
Release dioxus-core v0.1.3, dioxus-core-macro v0.1.2, dioxus-html v0.1.0, dioxus-desktop v0.0.0, dioxus-hooks v0.1.3, dioxus-liveview v0.1.0, dioxus-mobile v0.0.0, dioxus-router v0.1.0, dioxus-ssr v0.1.0, dioxus-web v0.0.0, dioxus v0.1.0
2021-12-15 20:59:11 +00:00
|
|
|
dioxus-core = { path = "../core", version ="^0.1.3"}
|
2021-05-15 16:03:08 +00:00
|
|
|
log = "0.4.14"
|
2021-07-15 22:40:12 +00:00
|
|
|
serde = "1.0.126"
|
|
|
|
serde_json = "1.0.64"
|
2021-10-04 05:28:04 +00:00
|
|
|
wry = "0.12.2"
|
2021-07-15 22:40:12 +00:00
|
|
|
|
|
|
|
|
|
|
|
[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"
|