[dependencies.egui]
features = ["serde"]
version = "0.1.3"
[dependencies.js-sys]
version = "0.3"
[dependencies.parking_lot]
version = "0.11"
[dependencies.serde]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.wasm-bindgen]
version = "0.2"
[dependencies.web-sys]
features = ["console", "CssStyleDeclaration", "Document", "DomRect", "Element", "HtmlCanvasElement", "HtmlElement", "KeyboardEvent", "Location", "MouseEvent", "Performance", "Storage", "Touch", "TouchEvent", "TouchList", "WebGlBuffer", "WebGlProgram", "WebGlRenderingContext", "WebGlShader", "WebGlTexture", "WebGlUniformLocation", "WheelEvent", "Window"]
version = "0.3"
[lib]
crate-type = ["cdylib", "rlib"]
[package]
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
categories = ["gui", "graphics"]
description = "Bindings for compiling Egui code to WASM for a web page"
edition = "2018"
homepage = "https://github.com/emilk/emigui/"
include = ["**/*.rs", "Cargo.toml"]
keywords = ["wasm", "web", "egui", "gui", "gamedev"]
license = "MIT OR Apache-2.0"
name = "egui_web"
readme = "README.md"
repository = "https://github.com/emilk/emigui"
version = "0.1.3"