2021-05-15 16:03:08 +00:00
|
|
|
[package]
|
2021-07-15 22:40:12 +00:00
|
|
|
name = "dioxus-mobile"
|
2022-01-03 19:04:31 +00:00
|
|
|
version = "0.0.2"
|
2021-12-15 21:04:27 +00:00
|
|
|
authors = ["Jonathan Kelley"]
|
2021-05-15 16:03:08 +00:00
|
|
|
edition = "2018"
|
2022-01-03 18:40:01 +00:00
|
|
|
description = "Mobile-compatible renderer for Dioxus"
|
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"]
|
2022-01-03 18:38:56 +00:00
|
|
|
license = "MIT/Apache-2.0"
|
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]
|
2022-01-03 19:04:31 +00:00
|
|
|
dioxus-desktop = { path = "../desktop", version = "^0.1.2" }
|