mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
Release 0.11.0 - Optimization, screen reader & new layout logic
This commit is contained in:
@@ -2,11 +2,14 @@
|
||||
|
||||
All notable changes to the `egui_glium` integration will be noted in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 0.11.0 - 2021-04-05
|
||||
* [Position IME candidate window next to text cursor](https://github.com/emilk/egui/pull/258).
|
||||
* [Register your own glium textures](https://github.com/emilk/egui/pull/226).
|
||||
* [Fix cursor icon flickering on Windows(https://github.com/emilk/egui/pull/218).
|
||||
|
||||
|
||||
## 0.10.0 - 2021-02-28
|
||||
* [Add shaders for GLSL 1.2, GLSL ES 1.0 and 3.0](https://github.com/emilk/egui/pull/187)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "egui_glium"
|
||||
version = "0.10.0"
|
||||
version = "0.11.0"
|
||||
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
|
||||
description = "Bindings for using egui natively using the glium library"
|
||||
edition = "2018"
|
||||
@@ -20,8 +20,8 @@ include = [
|
||||
|
||||
[dependencies]
|
||||
copypasta = "0.7"
|
||||
egui = { version = "0.10.0", path = "../egui" }
|
||||
epi = { version = "0.10.0", path = "../epi" }
|
||||
egui = { version = "0.11.0", path = "../egui" }
|
||||
epi = { version = "0.11.0", path = "../epi" }
|
||||
glium = "0.29"
|
||||
webbrowser = "0.5"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user