# 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 = "zengine_window" version = "0.1.2" authors = ["Simone Camito"] description = "Provides windowing functionality for ZENgine" homepage = "https://malpenzibo.github.io/zengine" documentation = "https://docs.rs/zengine" keywords = ["zengine"] license = "MIT OR Apache-2.0" repository = "https://github.com/MalpenZibo/zengine" [dependencies.cfg-if] version = "1" [dependencies.glam] version = "0.21.3" [dependencies.log] version = "0.4" [dependencies.rustc-hash] version = "1.1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.winit] version = "0.27.3" [dependencies.zengine_ecs] version = "0.1.2" [dependencies.zengine_engine] version = "0.1.2" [dependencies.zengine_input] version = "0.1.2" [dependencies.zengine_macro] version = "0.1.2" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3" features = [ "Document", "Window", "Element", ] [target."cfg(target_os = \"android\")".dependencies.jni] version = "0.19.0" [target."cfg(target_os = \"android\")".dependencies.ndk-context] version = "0.1.1"