[package] name = "aloe" version = "0.0.0" edition = "2021" description = "(WIP) Cross-platform HTML-style GUI framework for Rust" license = "Apache-2.0" [dependencies] glow = "0.11.2" [target.'cfg(not(any(target_arch = "wasm32")))'.dependencies] glutin = { version = "0.24", optional = false } [target.'cfg(target_arch = "wasm32")'.dependencies] web-sys = { version = "0.3", features=["HtmlCanvasElement", "WebGl2RenderingContext", "Window"] } wasm-bindgen = { version = "0.2" }