mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
18 lines
542 B
TOML
18 lines
542 B
TOML
[package]
|
|
name = "dioxus-mobile"
|
|
version = { workspace = true }
|
|
authors = ["Jonathan Kelley"]
|
|
edition = "2021"
|
|
description = "Mobile-compatible renderer for Dioxus"
|
|
repository = "https://github.com/DioxusLabs/dioxus/"
|
|
homepage = "https://dioxuslabs.com/learn/0.4/getting_started/mobile"
|
|
keywords = ["dom", "ui", "gui", "react"]
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
dioxus-desktop = { workspace = true, default-features = false, features = ["tokio_runtime"] }
|
|
|
|
[lib]
|
|
doctest = false
|
|
# tests suspended until package ready
|
|
test = false
|