1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 14:50:03 -04:00

WGPU implementation

This commit is contained in:
Konkitoman
2023-07-27 18:18:14 +03:00
parent 46e85856b9
commit 769c71a714
5 changed files with 552 additions and 338 deletions

View File

@@ -9,5 +9,5 @@ publish = false
[dependencies]
eframe = { path = "../../crates/eframe" }
eframe = { path = "../../crates/eframe", features = ["wgpu"] }
env_logger = "0.10"