windows-bindgen 0.48.0

Code gen support for the windows and windows-sys crates
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "windows-bindgen"
version = "0.48.0"
authors = ["Microsoft"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Code gen support for the windows and windows-sys crates"
repository = "https://github.com/microsoft/windows-rs"
readme = "../../../docs/readme.md"

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
targets = []

[dependencies]
tokens = { package = "windows-tokens", path = "../tokens", version = "0.48.0" }
metadata = { package = "windows-metadata", path = "../metadata", version = "0.48.0" }