2021-05-15 16:03:08 +00:00
|
|
|
[package]
|
2021-07-15 22:40:12 +00:00
|
|
|
name = "dioxus-mobile"
|
2023-08-01 01:49:54 +00:00
|
|
|
version = { workspace = true }
|
2021-12-15 21:04:27 +00:00
|
|
|
authors = ["Jonathan Kelley"]
|
2024-01-19 03:27:55 +00:00
|
|
|
edition = "2021"
|
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/"
|
2023-09-16 17:03:27 +00:00
|
|
|
homepage = "https://dioxuslabs.com/learn/0.4/getting_started/mobile"
|
2023-01-10 16:16:11 +00:00
|
|
|
keywords = ["dom", "ui", "gui", "react"]
|
2023-07-20 17:00:07 +00:00
|
|
|
license = "MIT OR Apache-2.0"
|
2021-05-15 16:03:08 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2024-02-14 20:33:07 +00:00
|
|
|
dioxus-desktop = { workspace = true, features = ["tokio_runtime"] }
|
2022-02-02 23:11:38 +00:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
# tests suspended until package ready
|
2022-02-03 08:28:06 +00:00
|
|
|
test = false
|