2021-05-15 12:03:08 -04:00
|
|
|
[package]
|
2021-07-15 18:40:12 -04:00
|
|
|
name = "dioxus-mobile"
|
2023-07-31 18:49:54 -07:00
|
|
|
version = { workspace = true }
|
2021-12-15 16:04:27 -05:00
|
|
|
authors = ["Jonathan Kelley"]
|
2024-01-18 19:27:55 -08:00
|
|
|
edition = "2021"
|
2022-01-03 13:40:01 -05:00
|
|
|
description = "Mobile-compatible renderer for Dioxus"
|
2021-12-15 16:04:27 -05:00
|
|
|
repository = "https://github.com/DioxusLabs/dioxus/"
|
2024-03-27 20:42:07 -05:00
|
|
|
homepage = "https://dioxuslabs.com/learn/0.5/getting_started"
|
2023-01-10 10:16:11 -06:00
|
|
|
keywords = ["dom", "ui", "gui", "react"]
|
2023-07-20 18:00:07 +01:00
|
|
|
license = "MIT OR Apache-2.0"
|
2021-05-15 12:03:08 -04:00
|
|
|
|
|
|
|
[dependencies]
|
2024-09-16 16:04:20 -07:00
|
|
|
dioxus-desktop = { workspace = true }
|
2022-02-03 00:11:38 +01:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
# tests suspended until package ready
|
2022-02-03 09:28:06 +01:00
|
|
|
test = false
|
2024-05-28 22:05:55 +02:00
|
|
|
|
|
|
|
[package.metadata.docs.rs]
|
|
|
|
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
|