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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user