# 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_engine" version = "0.1.2" authors = ["Simone Camito"] description = "Provides engine 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.log] version = "0.4" [dependencies.zengine_ecs] version = "0.1.2" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.log-panics] version = "2.0.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.simplelog] version = "^0.7.6" [target."cfg(target_arch = \"wasm32\")".dependencies.console_error_panic_hook] version = "0.1.6" [target."cfg(target_arch = \"wasm32\")".dependencies.console_log] version = "0.2.0"