mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 14:20: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_glium` integration will be noted in this file.
|
||||
## Unreleased
|
||||
* `EguiGlium::run` no longer returns the shapes to paint, but stores them internally until you call `EguiGlium::paint` ([#1110](https://github.com/emilk/egui/pull/1110)).
|
||||
* Optimize the painter and texture uploading ([#1110](https://github.com/emilk/egui/pull/1110)).
|
||||
* Automatically detect and apply dark or light mode from system ([#1045](https://github.com/emilk/egui/pull/1045)).
|
||||
|
||||
|
||||
## 0.16.0 - 2021-12-29
|
||||
|
||||
Reference in New Issue
Block a user