Place hot reloading behind hot feature flag

This commit is contained in:
Héctor Ramón Jiménez 2025-06-24 17:37:08 +02:00
parent 699b85762b
commit e689ec13a6
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
3 changed files with 81 additions and 64 deletions

View file

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