mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 20:53:06 +00:00
20 lines
606 B
TOML
20 lines
606 B
TOML
[package]
|
|
name = "dioxus-mobile"
|
|
version = "0.2.0"
|
|
authors = ["Jonathan Kelley"]
|
|
edition = "2018"
|
|
description = "Mobile-compatible renderer for Dioxus"
|
|
repository = "https://github.com/DioxusLabs/dioxus/"
|
|
homepage = "https://dioxuslabs.com"
|
|
documentation = "https://dioxuslabs.com"
|
|
keywords = ["dom", "ui", "gui", "react", "wasm"]
|
|
license = "MIT/Apache-2.0"
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
dioxus-desktop = { path = "../desktop", version = "^0.2.3" }
|
|
|
|
[lib]
|
|
doctest = false
|
|
# tests suspended until package ready
|
|
test = false
|