[package]
authors = ["Connie Hilarides <conni_h@outlook.com>"]
description = """
A safe abstraction for interacting with DirectWrite, intended initially
to be used with direct2d for easy text rendering.
"""
documentation = "https://docs.rs/directwrite/*/x86_64-pc-windows-msvc/directwrite/"
license = "MIT/Apache-2.0"
name = "directwrite"
repository = "https://github.com/Connicpu/directwrite-rs"
version = "0.1.4"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
[target."cfg(windows)".dependencies.winapi]
features = ["dwrite", "winbase", "winnls"]
version = "0.3.5"
[target."cfg(windows)".dependencies.wio]
version = "0.2"