# 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 = "therenderer" version = "0.1.1" description = "A 2D rendering framework, part of TheFramework app framework." readme = "README.md" keywords = [ "2d", "graphics", "rendering", ] license = "MIT" repository = "https://github.com/markusmoenig/therenderer.git" [dependencies.fontdue] version = "0.8.0" [dependencies.maths-rs] version = "0.2" features = [ "short_types", "short_hand_constructors", "casts", "serde", ] [dependencies.rayon] version = "1.7.0" [dependencies.rust-embed] version = "8" features = ["include-exclude"] default-features = true [dependencies.rustc-hash] version = "1.1.0" [target."cfg(target_arch = \"wasm32\")".dependencies.console_error_panic_hook] version = "0.1" [target."cfg(target_arch = \"wasm32\")".dependencies.console_log] version = "1.0.0" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures] version = "0.4" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3" features = ["GpuTextureFormat"]