1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -04:00

Rename to Emigui

This commit is contained in:
Emil Ernerfeldt
2019-01-12 23:07:30 +01:00
parent 1e8a4d3906
commit 8963a99a09
26 changed files with 281 additions and 249 deletions

13
emigui/Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "emigui"
version = "0.1.0"
authors = ["Emil Ernerfeldt <emilernerfeldt@gmail.com>"]
edition = "2018"
[lib]
[dependencies]
# palette = "0.4"
rusttype = "0.7"
serde = "1"
serde_derive = "1"