mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 20:53:06 +00:00
Release dioxus-core-macro v0.1.7
This commit is contained in:
parent
8056138f86
commit
1b2a0053ef
4 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@ keywords = ["dom", "ui", "gui", "react", "wasm"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
dioxus-core = { path = "./packages/core", version = "^0.1.7" }
|
dioxus-core = { path = "./packages/core", version = "^0.1.7" }
|
||||||
dioxus-html = { path = "./packages/html", version = "^0.1.4", optional = true }
|
dioxus-html = { path = "./packages/html", version = "^0.1.4", optional = true }
|
||||||
dioxus-core-macro = { path = "./packages/core-macro", version = "^0.1.6", optional = true }
|
dioxus-core-macro = { path = "./packages/core-macro", version = "^0.1.7", optional = true }
|
||||||
dioxus-hooks = { path = "./packages/hooks", version = "^0.1.6", optional = true }
|
dioxus-hooks = { path = "./packages/hooks", version = "^0.1.6", optional = true }
|
||||||
|
|
||||||
dioxus-web = { path = "./packages/web", version = "^0.0.4", optional = true }
|
dioxus-web = { path = "./packages/web", version = "^0.0.4", optional = true }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "dioxus-core-macro"
|
name = "dioxus-core-macro"
|
||||||
version = "0.1.6"
|
version = "0.1.7"
|
||||||
authors = ["Jonathan Kelley"]
|
authors = ["Jonathan Kelley"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Core macro for Dioxus Virtual DOM"
|
description = "Core macro for Dioxus Virtual DOM"
|
||||||
|
|
|
@ -27,7 +27,7 @@ tokio = { version = "1.12.0", features = [
|
||||||
"rt",
|
"rt",
|
||||||
"time",
|
"time",
|
||||||
], optional = true, default-features = false }
|
], optional = true, default-features = false }
|
||||||
dioxus-core-macro = { path = "../core-macro", version = "^0.1.6" }
|
dioxus-core-macro = { path = "../core-macro", version = "^0.1.7" }
|
||||||
dioxus-html = { path = "../html", features = ["serialize"], version = "^0.1.4" }
|
dioxus-html = { path = "../html", features = ["serialize"], version = "^0.1.4" }
|
||||||
webbrowser = "0.5.5"
|
webbrowser = "0.5.5"
|
||||||
mime_guess = "2.0.3"
|
mime_guess = "2.0.3"
|
||||||
|
|
|
@ -13,7 +13,7 @@ keywords = ["dom", "ui", "gui", "react", "wasm"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
dioxus-core = { path = "../core", version ="^0.1.7", default-features = false }
|
dioxus-core = { path = "../core", version ="^0.1.7", default-features = false }
|
||||||
dioxus-html = { path = "../html", version ="^0.1.4", default-features = false }
|
dioxus-html = { path = "../html", version ="^0.1.4", default-features = false }
|
||||||
dioxus-core-macro = { path = "../core-macro", version ="^0.1.6"}
|
dioxus-core-macro = { path = "../core-macro", version = "^0.1.7" }
|
||||||
|
|
||||||
serde = "1"
|
serde = "1"
|
||||||
url = "2.2.2"
|
url = "2.2.2"
|
||||||
|
|
Loading…
Reference in a new issue