Format fix for toml file

This commit is contained in:
Piotr Siuszko 2025-06-08 10:45:20 +02:00
parent 93df12ae70
commit 15b780d96b

View File

@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
keywords = ["bevy"]
[features]
default = ["http","bevy_asset"]
default = ["http", "bevy_asset"]
http = ["dep:async-io", "dep:smol-hyper"]
bevy_asset = ["dep:bevy_asset"]