chore(deps): remove unused uuid dependency from bevy_core (#16253)

# Objective

- Closes #16242 

## Solution

- Remove unused `uuid` dep in `bevy_core` crate

## Testing

- ~~Awaiting CI~~ tested locally and it doesn't break anything
This commit is contained in:
Derick M 2024-11-05 18:31:58 -05:00 committed by GitHub
parent 4b05d2f4d8
commit 49f63ed2cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,6 @@ bevy_utils = { path = "../bevy_utils", version = "0.15.0-dev" }
# other
serde = { version = "1.0", optional = true }
uuid = "1.0"
[features]
default = ["bevy_reflect"]