1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Refactor with some better types

This commit is contained in:
Emil Ernerfeldt
2018-12-23 20:06:40 +01:00
parent 856bbf4dae
commit 2e2e7a7839
8 changed files with 176 additions and 185 deletions

View File

@@ -2,12 +2,13 @@
name = "emgui"
version = "0.1.0"
authors = ["Emil Ernerfeldt <emilernerfeldt@gmail.com>"]
# edition = "2018" // TODO: update
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
# rand = { version="0.6", features = ['wasm-bindgen'] }
lazy_static = "1"
serde = "1"
serde_derive = "1"
serde_json = "1"