mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
28 lines
781 B
TOML
28 lines
781 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", "gui", "react", "wasm"]
|
|
# 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"
|