[package] name = "vride-gui" version = "0.1.0" authors = ["VRIDE "] edition = "2018" description = "(pre-alpha) A GUI library for VRIDE and VRIDE based projects" readme = "README.md" homepage = "https://vride.rs" license-file = "LICENSE.txt" [lib] crate-type = ["cdylib"] [dependencies] env_logger = "0.8.3" futures = "0.3" log = "0.4" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" wasm-bindgen = "0.2" [build-dependencies] cc = { version = "1.0", features = ["parallel"] }