mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 14:20:04 -04:00
[release] bump version numbers to 0.2.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "egui_glium"
|
||||
version = "0.1.3"
|
||||
version = "0.2.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.1.4", path = "../egui", features = ["serde", "serde_json"] }
|
||||
egui = { version = "0.2.0", path = "../egui", features = ["serde", "serde_json"] }
|
||||
glium = "0.28"
|
||||
serde = "1"
|
||||
serde_json = "1"
|
||||
|
||||
Reference in New Issue
Block a user