Skip to content

Commit ce2ade2

Browse files
authored
Remove unused regex dep from bevy_render (#9613)
# Objective As far as I can tell, this is no longer needed since the switch to fancier shader imports via `naga_oil`. This shouldn't have any affect on compile times because it's in our tree from `naga_oil`, `tracing-subscriber`, and `rodio`.
1 parent 64dcaf0 commit ce2ade2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/bevy_render/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ futures-lite = "1.4.0"
7171
anyhow = "1.0"
7272
hexasphere = "9.0"
7373
parking_lot = "0.12.1"
74-
regex = "1.5"
7574
ddsfile = { version = "0.5.0", optional = true }
7675
ktx2 = { version = "0.3.0", optional = true }
7776
naga_oil = "0.8"

0 commit comments

Comments
 (0)