direct2d 0.2.0

A safe abstraction for drawing with Direct2D
[features]
docs = []

[package]
authors = ["Connie Hilarides <conni_h@outlook.com>"]
description = "A safe abstraction for drawing with Direct2D"
documentation = "https://docs.rs/direct2d/*/x86_64-pc-windows-msvc/direct2d/"
license = "MIT/Apache-2.0"
name = "direct2d"
readme = "CRATE_README.md"
repository = "https://github.com/Connicpu/direct2d-rs"
version = "0.2.0"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
features = ["docs"]
[target."cfg(windows)".dependencies.directwrite]
version = "0.1.3"

[target."cfg(windows)".dependencies.dxgi]
version = "0.1.6"

[target."cfg(windows)".dependencies.either]
version = "1.5.0"

[target."cfg(windows)".dependencies.winapi]
features = ["d2d1_1", "d3d11", "dwrite", "winbase", "libloaderapi", "errhandlingapi", "windef", "winuser"]
version = "0.3.5"

[target."cfg(windows)".dependencies.wio]
version = "0.2"
[target."cfg(windows)".dev-dependencies.direct3d11]
version = "0.1.3"

[target."cfg(windows)".dev-dependencies.image]
version = "0.18.0"

[target."cfg(windows)".dev-dependencies.lazy_static]
version = "1.0"

[target."cfg(windows)".dev-dependencies.rand]
version = "0.4"