egui-ark 0.37.0

Bindings between the egui GUI library and ark
Documentation
[package]
name = "egui-ark"
version = "0.37.0"
authors = ["Embark <opensource@embark-studios.com>", "Emil Ernerfeldt <emil.ernerfeldt@embark-studios.com>"]
description = "Bindings between the egui GUI library and ark"
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.63"
publish = true

[dependencies]
ark = { package = "ark-api", version = "0.16.0", path = "../../api/api", features = [
    "applet",
    "profiler",
    "render",
] }
egui = { version = "0.18.1", features = ["persistence"] }
puffin = "0.13.3"
serde = "1"
serde_json = "1"

[dev-dependencies]
ark-public-api-test = { path = "../../tests/public-api-test" }

[lib]
test = false
doctest = false

# docs.rs-specific section, https://docs.rs/about/metadata
[package.metadata.docs.rs]
default-target = "wasm32-unknown-unknown"
targets = [] # only build the Wasm target