# 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 = "definitely-not-piet-direct2d-please-ignore" version = "0.6.0" authors = ["Raph Levien "] description = "Direct2D backend for piet 2D graphics abstraction." readme = "README.md" keywords = [ "graphics", "2d", ] categories = ["rendering::graphics-api"] license = "MIT/Apache-2.0" repository = "https://github.com/linebender/piet" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" [dependencies.associative-cache] version = "1.0.1" [dependencies.dwrote] version = "0.11.0" default_features = false [dependencies.piet] version = "=0.6.0" [dependencies.utf16_lit] version = "2.0.2" [dependencies.winapi] version = "0.3.9" features = [ "d2d1", "d2d1_1", "d2d1effects", "d2dbasetypes", "dcommon", "d3d11", "dxgi", "winnls", ] [dependencies.wio] version = "0.2.2" [dev-dependencies.piet] version = "=0.6.0" features = ["samples"] [dev-dependencies.piet-common] version = "=0.6.0" features = ["png"]