directwrite 0.1.4

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

[target."cfg(windows)".dependencies.wio]
version = "0.2"