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

[glium] update to latest glium with EventLoop and vsync

This commit is contained in:
Emil Ernerfeldt
2020-07-22 00:36:17 +02:00
parent 6b6545958d
commit 9b9cd01c5c
10 changed files with 562 additions and 274 deletions

View File

@@ -127,6 +127,7 @@ impl Backend {
// ----------------------------------------------------------------------------
// TODO: Just use RawInput?
/// Data gathered between frames.
/// Is translated to `egui::RawInput` at the start of each frame.
#[derive(Default)]