mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
parent
2f49a89638
commit
ecb077d734
2 changed files with 2 additions and 1 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2599,7 +2599,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "dioxus-examples"
|
||||
version = "0.0.0"
|
||||
version = "0.6.0-alpha.2"
|
||||
dependencies = [
|
||||
"base64 0.21.7",
|
||||
"ciborium",
|
||||
|
|
|
@ -183,6 +183,7 @@ documentation = "https://dioxuslabs.com"
|
|||
keywords = ["dom", "ui", "gui", "react", "wasm"]
|
||||
rust-version = "1.79.0"
|
||||
publish = false
|
||||
version = "0.6.0-alpha.2"
|
||||
|
||||
[dependencies]
|
||||
manganis = { workspace = true, optional = true }
|
||||
|
|
Loading…
Reference in a new issue