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