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

Split out new crate egui-winit from egui_glium (#735)

This commit is contained in:
Emil Ernerfeldt
2021-09-28 17:33:28 +02:00
committed by GitHub
parent ba0e3780a1
commit 1b36863248
27 changed files with 1003 additions and 616 deletions

16
Cargo.lock generated
View File

@@ -799,6 +799,18 @@ dependencies = [
"serde_json",
]
[[package]]
name = "egui-winit"
version = "0.14.0"
dependencies = [
"copypasta",
"egui",
"epi",
"tts",
"webbrowser",
"winit",
]
[[package]]
name = "egui_demo_app"
version = "0.14.0"
@@ -826,16 +838,14 @@ name = "egui_glium"
version = "0.14.0"
dependencies = [
"chrono",
"copypasta",
"directories-next",
"egui",
"egui-winit",
"epi",
"glium",
"image",
"ron",
"serde",
"tts",
"webbrowser",
]
[[package]]