зеркало из https://github.com/mozilla/gecko-dev.git
18 строки
581 B
TOML
18 строки
581 B
TOML
[package]
|
|
name = "gdi32-sys"
|
|
version = "0.2.0"
|
|
authors = ["Peter Atashian <retep998@gmail.com>"]
|
|
description = "Contains function definitions for the Windows API library gdi32. See winapi for types and constants."
|
|
documentation = "https://retep998.github.io/doc/gdi32/"
|
|
repository = "https://github.com/retep998/winapi-rs"
|
|
readme = "README.md"
|
|
keywords = ["windows", "ffi", "win32"]
|
|
license = "MIT"
|
|
build = "build.rs"
|
|
[lib]
|
|
name = "gdi32"
|
|
[dependencies]
|
|
winapi = { version = "0.2.5", path = "../.." }
|
|
[build-dependencies]
|
|
winapi-build = { version = "0.1.1", path = "../../build" }
|