mirror of
https://github.com/FranLMSP/snes.git
synced 2026-01-01 07:21:35 -05:00
fix wgpu dependency issue
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user