1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -04:00

Release 0.8.0 - Grid layout & new visual style

This commit is contained in:
Emil Ernerfeldt
2021-01-17 15:16:00 +01:00
parent a229f581b9
commit 37a3fe7f76
19 changed files with 343 additions and 179 deletions

View File

@@ -1,16 +1,17 @@
[package]
name = "egui_demo_app"
version = "0.1.0"
version = "0.8.0"
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
license = "MIT OR Apache-2.0"
edition = "2018"
publish = false
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
eframe = { version = "0.7.0", path = "../eframe", features = ["time"] }
egui_demo_lib = { version = "0.7.0", path = "../egui_demo_lib" }
eframe = { version = "0.8.0", path = "../eframe", features = ["time"] }
egui_demo_lib = { version = "0.8.0", path = "../egui_demo_lib" }
[features]
default = ["persistence"]