# 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 = "2018" name = "orbtk-tinyskia" version = "0.3.1-alpha4" authors = ["Florian Blasius "] description = "2D Render library use by OrbTk." readme = "README.md" keywords = ["2D", "orbtk_tinyskia", "canvas"] license = "MIT" repository = "https://github.com/redox-os/orbtk" [dependencies.orbtk-utils] version = "0.3.1-alpha4" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.image] version = "0.23" features = ["ico"] default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dependencies.rusttype] version = "0.9" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.smallvec] version = "1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tiny-skia] version = "0.6.1"