Skip to content

Commit

Permalink
chore: Add signals feature to dioxus-lib.
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 authored Oct 9, 2024
1 parent ddc1919 commit 6aa87d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = ["dioxus"]
categories = ["gui"]

[dependencies]
dioxus-lib = { version = "0.5", default-features = false, features = ["macro", "hooks"] }
dioxus-lib = { version = "0.5", default-features = false, features = ["macro", "hooks", "signals"] }

[dev-dependencies]
dioxus = { version = "0.5", features = ["desktop"]}
dioxus = { version = "0.5", features = ["desktop"]}

0 comments on commit 6aa87d1

Please sign in to comment.