mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 22:30:03 -04:00
Release 0.13.0 - Better panels, plots and new visual style
This commit is contained in:
@@ -5,8 +5,12 @@ All notable changes to the `egui_glium` integration will be noted in this file.
|
||||
|
||||
## Unreleased
|
||||
|
||||
|
||||
## 0.13.0 - 2021-06-24
|
||||
|
||||
* Add `EguiGlium::is_quit_event` to replace `control_flow` arguemnt to `EguiGlium::on_event`.
|
||||
* [Fix modifier key for zoom with mouse wheel on Mac](https://github.com/emilk/egui/issues/401)
|
||||
* [Fix stuck modifier keys](https://github.com/emilk/egui/pull/479)
|
||||
|
||||
## 0.12.0 - 2021-05-10
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "egui_glium"
|
||||
version = "0.12.0"
|
||||
version = "0.13.0"
|
||||
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
|
||||
description = "Bindings for using egui natively using the glium library"
|
||||
edition = "2018"
|
||||
@@ -23,8 +23,8 @@ all-features = true
|
||||
|
||||
[dependencies]
|
||||
copypasta = "0.7"
|
||||
egui = { version = "0.12.0", path = "../egui", default-features = false, features = ["single_threaded"] }
|
||||
epi = { version = "0.12.0", path = "../epi" }
|
||||
egui = { version = "0.13.0", path = "../egui", default-features = false, features = ["single_threaded"] }
|
||||
epi = { version = "0.13.0", path = "../epi" }
|
||||
glium = "0.30"
|
||||
webbrowser = "0.5"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user