1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 22:30:03 -04:00

Update versions to 0.1.3

This commit is contained in:
Emil Ernerfeldt
2020-08-09 17:30:12 +02:00
parent 3facd5c587
commit b58142ba15
6 changed files with 261 additions and 238 deletions

View File

@@ -1,14 +1,20 @@
[package]
name = "egui_glium"
version = "0.1.0"
version = "0.1.3"
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
license = "MIT OR Apache-2.0"
edition = "2018"
homepage = "https://github.com/emilk/emigui/"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/emilk/emigui"
categories = ["gui", "graphics"]
keywords = ["glium", "egui", "gui", "gamedev"]
include = [ "**/*.rs", "Cargo.toml"]
[dependencies]
chrono = { version = "0.4" }
clipboard = "0.5"
egui = { path = "../egui", features = ["with_serde"] }
egui = { version = "0.1.3", path = "../egui", features = ["with_serde"] }
glium = "0.27"
serde = "1"
serde_json = "1"