[package] name = "egui-ark" version = "0.40.2-pre.43" authors = [ "Embark ", "Emil Ernerfeldt ", ] description = "Bindings between the egui GUI library and ark" license = "MIT OR Apache-2.0" edition.workspace = true rust-version.workspace = true publish = true [lints] workspace = true [lib] doctest = false test = false [dependencies] ark-api = { version = "0.17.0-pre.43", path = "../../api/api", features = [ "applet", "profiler", "render", ] } egui = { version = "0.26.0", default-features = false, features = [ "persistence", "bytemuck", ] } serde = "1" serde_json = "1" [dev-dependencies] ark-public-api-test = { workspace = true } # docs.rs-specific section, https://docs.rs/about/metadata [package.metadata.docs.rs] default-target = "wasm32-unknown-unknown" targets = [] # only build the Wasm target