riverar / washington-rs

Sample project demonstrating a complete MIDL to Rust workflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade to windows-rs 0.39.0

youyuanwu opened this issue · comments

We are trying to use 0.39.0 features. So the windows bindgen and windows crate both needs to be upgraded.
I simply updated the version string in all toml, but the tools_api does not compile.

Seems like TypeReader, TypeTree have been removed in 0.39.0

Can you update this example to use the new version?

Updated!