|
@@ -1,6 +1,6 @@
|
|
[package]
|
|
[package]
|
|
name = "dioxus-mobile"
|
|
name = "dioxus-mobile"
|
|
-version = "0.0.1"
|
|
|
|
|
|
+version = "0.0.2"
|
|
authors = ["Jonathan Kelley"]
|
|
authors = ["Jonathan Kelley"]
|
|
edition = "2018"
|
|
edition = "2018"
|
|
description = "Mobile-compatible renderer for Dioxus"
|
|
description = "Mobile-compatible renderer for Dioxus"
|
|
@@ -12,4 +12,4 @@ license = "MIT/Apache-2.0"
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
[dependencies]
|
|
[dependencies]
|
|
-dioxus-desktop = { path = "../desktop", version = "0.1.1" }
|
|
|
|
|
|
+dioxus-desktop = { path = "../desktop", version = "^0.1.2" }
|