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"
|
2021-12-15 21:04:27 +00:00
|
|
|
authors = ["Jonathan Kelley"]
|
2021-05-15 16:03:08 +00:00
|
|
|
edition = "2018"
|
2021-12-15 21:04:27 +00:00
|
|
|
repository = "https://github.com/DioxusLabs/dioxus/"
|
|
|
|
homepage = "https://dioxuslabs.com"
|
|
|
|
documentation = "https://dioxuslabs.com"
|
2021-12-15 21:06:13 +00:00
|
|
|
keywords = ["dom", "ui", "gui", "react", "wasm"]
|
2021-05-15 16:03:08 +00:00
|
|
|
# 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" }
|
2021-12-30 02:28:28 +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"
|