fix wgpu dependency issue

This commit is contained in:
2024-11-04 18:59:00 -05:00
parent 569b2b7634
commit 1556005fb9

View File

@@ -9,11 +9,11 @@ edition = "2021"
snes-core = { path = "../snes-core" }
# Frontend stuff
eframe = "0.25.0"
eframe = "0.26.0"
env_logger = "0.10.1"
rfd = "0.12.1"
regex = "1.10.2"
wgpu = "0.18.0"
wgpu = "0.19.0"
[features]
wgpu = ["eframe/wgpu"]