1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 23:00:04 -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

View File

@@ -36,7 +36,7 @@ winit = ["dep:winit"]
[dependencies]
egui = { version = "0.20.0", path = "../egui", default-features = false, features = [
epaint = { version = "0.20.0", path = "../epaint", default-features = false, features = [
"bytemuck",
] }