# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "geng-core" version = "0.6.0-alpha.8" authors = ["kuviman "] description = "Game Engine (Core)" homepage = "https://github.com/kuviman/geng" license = "MIT" [dependencies.batbox] version = "0.5.0-alpha" [dependencies.geng-derive] version = "0.6.0-alpha" [dependencies.lazy_static] version = "1" [dependencies.rusttype] version = "0.9" features = ["gpu_cache"] [dependencies.serde] version = "1" [dependencies.ugli] version = "0.5.0-alpha" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.glutin] version = "0.24" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.image] version = "0.23" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.notify] version = "4" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.num_cpus] version = "1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.rodio] version = "0.11" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.threadpool] version = "1" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3" features = ["Document", "CssStyleDeclaration", "HtmlAudioElement", "XmlHttpRequest", "KeyboardEvent", "MouseEvent", "WheelEvent", "TouchEvent", "Touch", "TouchList", "DomRect", "DomRectReadOnly"]