# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "aloe" version = "0.0.0" description = "(WIP) Cross-platform HTML-style GUI framework for Rust" license = "Apache-2.0" resolver = "2" [dependencies.glow] version = "0.11.2" [target."cfg(not(any(target_arch = \"wasm32\")))".dependencies.glutin] version = "0.24" optional = false [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3" features = [ "HtmlCanvasElement", "WebGl2RenderingContext", "Window", ]