replace regex with lazy-regex macros

This commit is contained in:
2023-10-03 16:28:35 -07:00
parent 58be446297
commit 9e9550885f
3 changed files with 26 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ bytemuck = { version = "1.13.1", features = ["derive"] }
ddsfile = "0.5.1"
env_logger = "0.10.0"
glam = "0.24.1"
lazy-regex = "3.0.2"
log = "0.4.20"
obj = "0.10.2"
pollster = "0.3.0"
@@ -18,7 +19,6 @@ rbx_binary = "0.7.1"
rbx_dom_weak = "2.5.0"
rbx_reflection_database = "0.2.7"
rbx_xml = "0.13.1"
regex = "1.9.5"
wgpu = "0.17.0"
winit = "0.28.6"