windows_gen 0.30.0

Code gen support for the windows crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "windows_gen"
version = "0.30.0"
authors = ["Microsoft"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Code gen support for the windows crate"
repository = "https://github.com/microsoft/windows-rs"

[dependencies]
quote = { package = "windows_quote", path = "../quote", version = "0.30.0" }
reader = { package = "windows_reader", path = "../reader", version = "0.30.0" }