From cfc341fabdbb65b0273b96e455c9d71fa79e7539 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Tue, 17 Dec 2024 09:36:03 +0100 Subject: [PATCH] Revert "Revert "forward x11 and wayland features to glutin" (#5391)" (#5490) * https://github.com/emilk/egui/pull/5391 * https://github.com/emilk/egui/pull/5488 * https://github.com/emilk/egui/pull/5490 --- Cargo.toml | 4 ++-- crates/eframe/CHANGELOG.md | 2 ++ crates/eframe/Cargo.toml | 34 +++++++++++++++++++++++++++------- crates/egui_glow/Cargo.toml | 4 ++-- 4 files changed, 33 insertions(+), 11 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4077f9d7ed2..10172b66252 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,8 +78,8 @@ criterion = { version = "0.5.1", default-features = false } dify = { version = "0.7", default-features = false } document-features = "0.2.10" glow = "0.16" -glutin = "0.32.0" -glutin-winit = "0.5.0" +glutin = { version = "0.32.0", default-features = false } +glutin-winit = { version = "0.5.0", default-features = false } home = "0.5.9" image = { version = "0.25", default-features = false } kittest = { version = "0.1" } diff --git a/crates/eframe/CHANGELOG.md b/crates/eframe/CHANGELOG.md index 35908e33d79..cbb6cf411ca 100644 --- a/crates/eframe/CHANGELOG.md +++ b/crates/eframe/CHANGELOG.md @@ -8,6 +8,8 @@ Changes since the last release can be found at