mirror of
https://github.com/emilk/egui.git
synced 2026-09-03 23:30:04 -04:00
@@ -5,6 +5,7 @@ All notable changes to the `egui_glium` integration will be noted in this file.
|
||||
## Unreleased
|
||||
* Simplify `EguiGlium` interface ([#871](https://github.com/emilk/egui/pull/871)).
|
||||
* Remove `EguiGlium::is_quit_event` ([#881](https://github.com/emilk/egui/pull/881)).
|
||||
* Updated `glium` to 0.31 ([#930](https://github.com/emilk/egui/pull/930)).
|
||||
|
||||
|
||||
## 0.15.0 - 2021-10-24
|
||||
|
||||
@@ -26,7 +26,7 @@ egui = { version = "0.15.0", path = "../egui", default-features = false, feature
|
||||
egui-winit = { version = "0.15.0", path = "../egui-winit", default-features = false, features = ["epi"] }
|
||||
epi = { version = "0.15.0", path = "../epi", optional = true }
|
||||
|
||||
glium = "0.30"
|
||||
glium = "0.31"
|
||||
|
||||
[dev-dependencies]
|
||||
image = { version = "0.23", default-features = false, features = ["png"] }
|
||||
|
||||
Reference in New Issue
Block a user