Add WGPU features (Win only)

This commit is contained in:
Ashcon Mohseninia 2022-09-10 22:21:47 +01:00
parent 8df7542326
commit 0a5c9f3fb3
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ image = "0.24.1"
serial-rs = {git="https://github.com/rnd-ash/serial-rs"}
nfd="0.0.4"
pollster = "0.2.5"
eframe = "0.19.0"
eframe = {version="0.19.0", features=["wgpu"]}
egui_extras = "0.19.0"
modular-bitfield = "0.11.2"
static_assertions = "1.1.0"