1234567891011121314151617181920 |
- [package]
- name = "dioxus-mobile"
- version = "0.0.3"
- authors = ["Jonathan Kelley"]
- edition = "2018"
- description = "Mobile-compatible renderer for Dioxus"
- repository = "https://github.com/DioxusLabs/dioxus/"
- homepage = "https://dioxuslabs.com"
- documentation = "https://dioxuslabs.com"
- keywords = ["dom", "ui", "gui", "react", "wasm"]
- license = "MIT/Apache-2.0"
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
- [dependencies]
- dioxus-desktop = { path = "../desktop", version = "^0.1.6" }
- [lib]
- doctest = false
- # tests suspended until package ready
- test = false
|