mirror of
https://github.com/bevyengine/bevy
synced 2024-11-21 12:13:25 +00:00
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:
parent
4b05d2f4d8
commit
49f63ed2cf
1 changed files with 0 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue