Place hot reloading behind hot feature flag
This commit is contained in:
parent
699b85762b
commit
e689ec13a6
3 changed files with 81 additions and 64 deletions
|
|
@ -11,7 +11,8 @@ categories.workspace = true
|
|||
keywords.workspace = true
|
||||
|
||||
[features]
|
||||
enable = ["dep:iced_beacon", "dep:cargo-hot"]
|
||||
enable = ["dep:iced_beacon"]
|
||||
hot = ["enable", "dep:cargo-hot"]
|
||||
|
||||
[dependencies]
|
||||
iced_core.workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue