зеркало из https://github.com/mozilla/gecko-dev.git
31 строка
641 B
TOML
31 строка
641 B
TOML
[package]
|
|
name = "dwrote"
|
|
description = "Lightweight binding to DirectWrite."
|
|
repository = "https://github.com/vvuk/dwrote-rs"
|
|
license = "MPL-2.0"
|
|
version = "0.1.6"
|
|
authors = ["Vladimir Vukicevic <vladimir@pobox.com>"]
|
|
build = "build.rs"
|
|
|
|
[lib]
|
|
name = "dwrote"
|
|
|
|
[features]
|
|
default = ["codegen"]
|
|
nightly = ["serde/unstable"]
|
|
codegen = ["serde_codegen", "serde_codegen/with-syntex"]
|
|
|
|
[dependencies]
|
|
libc = "0.2"
|
|
lazy_static = "0.2"
|
|
winapi = "0.2"
|
|
kernel32-sys = "0.2"
|
|
gdi32-sys = "0.2"
|
|
serde = "0.8"
|
|
serde_derive = {version = "0.8", optional = true}
|
|
|
|
[build-dependencies.serde_codegen]
|
|
version = "0.8"
|
|
default_features = false
|
|
optional = true
|