mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-26 22:20:19 +00:00
revert change to cargo
This commit is contained in:
parent
b771386c13
commit
af9875f9b1
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ serde = { version = "1", features = ["derive"], optional = true }
|
|||
serde_repr = { version = "0.1", optional = true }
|
||||
wasm-bindgen = { workspace = true, optional = true }
|
||||
euclid = "0.22.7"
|
||||
enumset = { version = "1.0.11", features = ["serde"] }
|
||||
enumset = "1.0.11"
|
||||
keyboard-types = "0.7"
|
||||
async-trait = "0.1.58"
|
||||
serde-value = "0.7.0"
|
||||
|
|
Loading…
Reference in a new issue