This commit is contained in:
Jack Lund 2024-08-15 00:09:12 -05:00 committed by GitHub
parent 2f49a89638
commit ecb077d734
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

2
Cargo.lock generated
View file

@ -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",

View file

@ -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 }