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:
21
Cargo.toml
21
Cargo.toml
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user