mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 22:00:03 -04:00
Release 0.10.0 - Plot and polish
This commit is contained in:
@@ -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