mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
Release 0.11.0 - Optimization, screen reader & new layout logic
This commit is contained in:
@@ -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