# 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 = "pixel_engine" version = "0.8.0" authors = ["maix0 "] exclude = ["Cargo.lock"] description = "A recreation of the olcPixelEngine by javidx9 written in Rust" readme = "README.md" license = "MIT" repository = "https://github.com/maix0/pixel_engine" [dependencies.instant] version = "0.1.12" [dependencies.once_cell] version = "1.16.0" [dependencies.pixel_engine_backend] version = "0.8.0" [dependencies.pixel_engine_draw] version = "0.7.0" [target."cfg(not(target_arch=\"wasm32\"))".dependencies.futures] version = "0.3.25" [target."cfg(target_arch=\"wasm32\")".dependencies.console_error_panic_hook] version = "0.1.7" [target."cfg(target_arch=\"wasm32\")".dependencies.wasm-bindgen-futures] version = "0.4.33" [target."cfg(target_arch=\"wasm32\")".dependencies.web-sys] version = "0.3.60" [target."cfg(target_arch=\"wasm32\")".dependencies.wgpu] version = "0.14.0" features = ["webgl"]