1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-28 07:23:13 -04:00

WIP: move 3d rendering example into egui_demo_lib

This commit is contained in:
Emil Ernerfeldt
2022-03-20 23:01:40 +01:00
parent 4922b1912b
commit 3ff55be4be
11 changed files with 278 additions and 58 deletions

3
Cargo.lock generated
View File

@@ -1041,10 +1041,12 @@ dependencies = [
"criterion",
"egui",
"egui_extras",
"egui_glow",
"ehttp",
"enum-map",
"epi",
"image",
"parking_lot 0.12.0",
"poll-promise",
"serde",
"syntect",
@@ -1083,6 +1085,7 @@ dependencies = [
"bytemuck",
"egui",
"egui-winit",
"epi",
"glow",
"glutin",
"memoffset",