Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ongoing metadata writer improvements and new command line tool #2319

Merged
merged 17 commits into from
Feb 2, 2023
Prev Previous commit
Next Next commit
riddle
kennykerr committed Jan 27, 2023
commit 66736c31ad0b53efb647522df1d59117472a38eb
11 changes: 11 additions & 0 deletions crates/tools/riddle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[package]
name = "riddle"
version = "0.0.1"
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]
metadata = { package = "windows-metadata", path = "../../libs/metadata", version = "0.44.0" }
2 changes: 2 additions & 0 deletions crates/tools/riddle/src/main.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fn main() {
}