mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 20:53:06 +00:00
Merge pull request #47 from Demonthos/fix_dioxus_dep
update hot_reload to hot-reload
This commit is contained in:
commit
c9d98820c6
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ zip = "0.6.2"
|
|||
tower = "0.4.12"
|
||||
|
||||
syn = { version = "1.0" }
|
||||
dioxus = { git = "https://github.com/dioxuslabs/dioxus/", features = ["hot_reload"] }
|
||||
dioxus = { git = "https://github.com/dioxuslabs/dioxus/", features = ["hot-reload"] }
|
||||
proc-macro2 = { version = "1.0", features = ["span-locations"] }
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue