gecko-dev/third_party/rust/dwrote
Kartikaya Gupta fee87ce9f1 Bug 1421275 - Update Cargo lockfiles and re-vendor rust dependencies. r=jrmuizel
MozReview-Commit-ID: Jaty3RGfffU

--HG--
rename : third_party/rust/byteorder-1.0.0/COPYING => third_party/rust/byteorder-1.1.0/COPYING
rename : third_party/rust/byteorder-1.0.0/LICENSE-MIT => third_party/rust/byteorder-1.1.0/LICENSE-MIT
rename : third_party/rust/byteorder-1.0.0/README.md => third_party/rust/byteorder-1.1.0/README.md
rename : third_party/rust/byteorder-1.0.0/UNLICENSE => third_party/rust/byteorder-1.1.0/UNLICENSE
extra : rebase_source : 0668fbfe5d8ba288a0e530de3650bd013924b4ce
2017-12-01 09:50:52 -05:00
..
src Bug 1421275 - Update Cargo lockfiles and re-vendor rust dependencies. r=jrmuizel 2017-12-01 09:50:52 -05:00
.cargo-checksum.json Bug 1421275 - Update Cargo lockfiles and re-vendor rust dependencies. r=jrmuizel 2017-12-01 09:50:52 -05:00
Cargo.toml Bug 1421275 - Update Cargo lockfiles and re-vendor rust dependencies. r=jrmuizel 2017-12-01 09:50:52 -05:00
README.md Bug 1343019 - Update webrender to cset 178a65d098afcda7de0298d80d423bc80c6426ba. r=jrmuizel 2017-03-06 18:46:30 -05:00
appveyor.yml Bug 1343019 - Update webrender to cset 178a65d098afcda7de0298d80d423bc80c6426ba. r=jrmuizel 2017-03-06 18:46:30 -05:00

README.md

dwrote

A thin wrapper around Windows DirectWrite for Rust

Dwrote provides access to pieces of DirectWrite needed by WebRender and Servo. It can be easily extended to other parts of DirectWrite, but full mapping of the DirectWrite API is not a goal (pull requests accepted, of course).

There are a few additional helper functions on individual types that don't exist in DirectWrite, and a few have had their signatures changed, but for the most part this library attempts to replicate the DirectWrite API.