mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
Move WindowSettings from egui_glium to egui-winit
This commit is contained in:
@@ -76,6 +76,9 @@ pub use winit;
|
||||
|
||||
pub mod clipboard;
|
||||
pub mod screen_reader;
|
||||
mod window_settings;
|
||||
|
||||
pub use window_settings::WindowSettings;
|
||||
|
||||
pub fn native_pixels_per_point(window: &winit::window::Window) -> f32 {
|
||||
window.scale_factor() as f32
|
||||
|
||||
Reference in New Issue
Block a user