2021-05-15 16:03:08 +00:00
|
|
|
[package]
|
2021-07-15 22:40:12 +00:00
|
|
|
name = "dioxus-mobile"
|
2022-03-09 19:24:05 +00:00
|
|
|
version = "0.2.0"
|
2021-12-15 21:04:27 +00:00
|
|
|
authors = ["Jonathan Kelley"]
|
2021-05-15 16:03:08 +00:00
|
|
|
edition = "2018"
|
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/"
|
|
|
|
homepage = "https://dioxuslabs.com"
|
|
|
|
documentation = "https://dioxuslabs.com"
|
2021-12-15 21:06:13 +00:00
|
|
|
keywords = ["dom", "ui", "gui", "react", "wasm"]
|
2022-01-03 18:38:56 +00:00
|
|
|
license = "MIT/Apache-2.0"
|
2021-05-15 16:03:08 +00:00
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
Release dioxus-core v0.2.1, dioxus-core-macro v0.2.1, dioxus-html v0.2.1, dioxus-interpreter-js v0.2.1, dioxus-desktop v0.2.3, dioxus-hooks v0.2.1, dioxus-liveview v0.1.0, dioxus-native-core v0.2.0, dioxus-native-core-macro v0.2.0, dioxus-router v0.2.3, dioxus-ssr v0.2.1, dioxus-tui v0.2.2, dioxus-web v0.2.1, fermi v0.2.1, dioxus v0.2.4
2022-05-03 03:57:20 +00:00
|
|
|
dioxus-desktop = { path = "../desktop", version = "^0.2.3" }
|
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
|