mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
Release 0.10.0 - Plot and polish
This commit is contained in:
@@ -7,8 +7,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
## Unreleased
|
||||
|
||||
* Added GLSL 1.2 shaders (now `egui` works well on old hardware which supports OpenGL 2.1 only like Raspberry Pi 1 and Zero)
|
||||
* Added GLSL ES 1.0 and 3.0 shaders (by reusing from webgl backend)
|
||||
|
||||
## 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)
|
||||
- now `egui` works well on old hardware which supports OpenGL 2.1 only like Raspberry Pi 1 and Zero.
|
||||
|
||||
|
||||
## 0.9.0 - 2021-02-07
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "egui_glium"
|
||||
version = "0.9.0"
|
||||
version = "0.10.0"
|
||||
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
|
||||
description = "Bindings for using egui natively using the glium library"
|
||||
edition = "2018"
|
||||
@@ -18,8 +18,8 @@ include = [
|
||||
|
||||
[dependencies]
|
||||
clipboard = "0.5"
|
||||
egui = { version = "0.9.0", path = "../egui" }
|
||||
epi = { version = "0.9.0", path = "../epi" }
|
||||
egui = { version = "0.10.0", path = "../egui" }
|
||||
epi = { version = "0.10.0", path = "../epi" }
|
||||
glium = "0.29"
|
||||
webbrowser = "0.5"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user