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

Update winit to 0.26 (#930)

Also update glium, glutin and rfd
This commit is contained in:
Jay Oster
2021-12-20 13:44:53 -08:00
committed by GitHub
parent 214d2b5d4f
commit dd99f68e82
9 changed files with 351 additions and 380 deletions

View File

@@ -8,7 +8,7 @@ fn main() {
let app = egui_demo_lib::WrapApp::default();
let options = eframe::NativeOptions {
// Let's show off that we support transparent windows
transparent: true,
// transparent: true,
drag_and_drop_support: true,
..Default::default()
};