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"]
|
2021-05-15 12:03:08 -04:00
|
|
|
edition = "2018"
|
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/"
|
2023-09-16 19:03:27 +02:00
|
|
|
homepage = "https://dioxuslabs.com/learn/0.4/getting_started/mobile"
|
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]
|
2023-06-19 14:29:11 -05: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
|