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

Break into two crates

This commit is contained in:
Emil Ernerfeldt
2018-12-30 21:08:29 +01:00
parent 25d049ae35
commit bfa20be28e
14 changed files with 67 additions and 49 deletions

View File

@@ -1,19 +1,8 @@
[package]
name = "emgui"
version = "0.1.0"
authors = ["Emil Ernerfeldt <emilernerfeldt@gmail.com>"]
edition = "2018"
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
lazy_static = "1"
serde = "1"
serde_derive = "1"
serde_json = "1"
wasm-bindgen = "0.2"
web-sys = { version = "0.3.5", features = ['console', 'Performance', 'Window'] }
[workspace]
members = [
"emgui",
"emgui_wasm",
]
# Optimize for small code size:
[profile.dev]