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

Separate layout from styling

This commit is contained in:
Emil Ernerfeldt
2018-12-26 14:38:46 +01:00
parent db30e552d2
commit 094f8216c5
9 changed files with 122 additions and 42 deletions

View File

@@ -2,7 +2,7 @@
name = "emgui"
version = "0.1.0"
authors = ["Emil Ernerfeldt <emilernerfeldt@gmail.com>"]
# edition = "2018" // TODO: update
edition = "2018"
[lib]
crate-type = ["cdylib", "rlib"]