1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 23:00:04 -04:00

Release 0.4.0 of egui, egui_web and egui_glium

This commit is contained in:
Emil Ernerfeldt
2020-11-28 13:47:00 +01:00
parent 861573c497
commit a7e7826d2c
6 changed files with 32 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "egui_glium"
version = "0.3.0"
version = "0.4.0"
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
description = "Bindings for using Egui natively using the glium library"
edition = "2018"
@@ -15,7 +15,7 @@ include = [ "**/*.rs", "Cargo.toml"]
[dependencies]
chrono = { version = "0.4" }
clipboard = "0.5"
egui = { version = "0.3.0", path = "../egui", features = ["serde", "serde_json"] }
egui = { version = "0.4.0", path = "../egui", features = ["serde", "serde_json"] }
glium = "0.28"
serde = "1"
serde_json = "1"