# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "orbtk-render" version = "0.3.1-alpha3" authors = ["Florian Blasius "] description = "2D Render library use by OrbTk." readme = "README.md" keywords = ["2D", "render", "canvas"] license = "MIT" repository = "https://github.com/redox-os/orbtk" [dependencies.orbtk-utils] version = "0.3.1-alpha3" [features] default = ["raqote", "rusttype"] pfinder = ["pathfinder_canvas", "pathfinder_color", "pathfinder_content", "pathfinder_geometry", "pathfinder_gl", "pathfinder_gpu", "pathfinder_renderer", "pathfinder_resources", "font-kit"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.font-kit] version = "0.6" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.image] version = "0.23" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.pathfinder_canvas] version = "0.5.0" features = ["pf-text"] optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.pathfinder_color] version = "0.5" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.pathfinder_content] version = "0.5" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.pathfinder_geometry] version = "0.5" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.pathfinder_gl] version = "0.5" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.pathfinder_gpu] version = "0.5" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.pathfinder_renderer] version = "0.5" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.pathfinder_resources] version = "0.5" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.raqote] version = "0.8" optional = true default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dependencies.rusttype] version = "0.8.3" optional = true [target.wasm32-unknown-unknown.dependencies.stdweb] version = "0.4.20"