mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 23:00:04 -04:00
egui-winit: Automatically detect and apply dark or light mode (#1045)
This commit is contained in:
@@ -5,6 +5,7 @@ All notable changes to the `egui-winit` integration will be noted in this file.
|
||||
|
||||
## Unreleased
|
||||
* Fixed horizontal scrolling direction on Linux.
|
||||
* Automatically detect and apply dark or light mode from system ([#1045](https://github.com/emilk/egui/pull/1045)).
|
||||
* Replaced `std::time::Instant` with `instant::Instant` for WebAssembly compatability ([#1023](https://github.com/emilk/egui/pull/1023))
|
||||
* Shift-scroll will now result in horizontal scrolling on all platforms ([#1136](https://github.com/emilk/egui/pull/1136)).
|
||||
* Require knowledge about max texture side (e.g. `GL_MAX_TEXTURE_SIZE`)) ([#1154](https://github.com/emilk/egui/pull/1154)).
|
||||
|
||||
Reference in New Issue
Block a user