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

egui-wgpu: only depend on epaint (not entire egui) (#2438)

* egui-wgpu: only depend on epaint (not entire egui)

* Update changelog link

* Fix doclinks
This commit is contained in:
Emil Ernerfeldt
2022-12-12 17:25:00 +01:00
committed by GitHub
parent e0b5bb17e5
commit c58ac86935
6 changed files with 47 additions and 42 deletions

2
Cargo.lock generated
View File

@@ -1356,7 +1356,7 @@ version = "0.20.0"
dependencies = [
"bytemuck",
"document-features",
"egui",
"epaint",
"puffin",
"tracing",
"type-map",