[go: up one dir, main page]

directwrite 0.0.1

A safe abstraction for interacting with DirectWrite, intended initially to be used with direct2d for easy text rendering.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "directwrite"
version = "0.0.1"
authors = ["Connor Hilarides <connorcpu@live.com>"]
description = """
A safe abstraction for interacting with DirectWrite, intended initially
to be used with direct2d for easy text rendering.
"""
repository = "https://github.com/Connorcpu/directwrite-rs"
license = "MIT"

[dependencies]
winapi = "0.2"
uuid = "0.1"
kernel32-sys = "0.2"
user32-sys = "0.1"