Bug 1335525 - Add webrender dependencies to third_party/rust. r=gfx

MozReview-Commit-ID: L77ffKqR5QU
This commit is contained in:
Kartikaya Gupta
2017-02-06 11:42:53 -05:00
parent 9a782e4376
commit cbdf0c332f
1096 changed files with 277079 additions and 14 deletions

View File

@@ -0,0 +1 @@
{"files":{".cargo-ok":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855","Cargo.toml":"79c920ca9323e28acd5f5a80f2ce0ab81aa6227584397a9f742e78dce36a2117","README.md":"00afb50f0a5a7d548e40feb1f09ce8fa678b46e04c9a72d909fa36fb85fb2200","build.rs":"89e77c6e9e79dcd782fd006431b948d093ec4aeda3b69a280ec857077b7f2020","src/lib.rs":"ab0a8a104a6f747f6389a70d26a62e156ab97cc7c8f4daf1de99b820024da993"},"package":"7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"}

View File

View File

@@ -0,0 +1,17 @@
[package]
name = "kernel32-sys"
version = "0.2.2"
authors = ["Peter Atashian <retep998@gmail.com>"]
description = "Contains function definitions for the Windows API library kernel32. See winapi for types and constants."
documentation = "https://retep998.github.io/doc/kernel32/"
repository = "https://github.com/retep998/winapi-rs"
readme = "README.md"
keywords = ["windows", "ffi", "win32"]
license = "MIT"
build = "build.rs"
[lib]
name = "kernel32"
[dependencies]
winapi = { version = "0.2.5", path = "../.." }
[build-dependencies]
winapi-build = { version = "0.1.1", path = "../../build" }

13
third_party/rust/kernel32-sys/README.md vendored Normal file
View File

@@ -0,0 +1,13 @@
# kernel32 #
Contains function definitions for the Windows API library kernel32. See winapi for types and constants.
```toml
[dependencies]
kernel32-sys = "0.2.1"
```
```rust
extern crate kernel32;
```
[Documentation](https://retep998.github.io/doc/kernel32/)

View File

@@ -0,0 +1,6 @@
// Copyright © 2015, Peter Atashian
// Licensed under the MIT License <LICENSE.md>
extern crate build;
fn main() {
build::link("kernel32", false)
}

2754
third_party/rust/kernel32-sys/src/lib.rs vendored Normal file

File diff suppressed because it is too large Load Diff