C++/WinRT
The cppwinrt crate bundles the C++/WinRT compiler for use in Rust.
Start by adding the following to your Cargo.toml file:
[]
= "0.1"
Use cppwinrt
function as needed:
println!;
Source:
The cppwinrt crate bundles the C++/WinRT compiler for use in Rust.
Start by adding the following to your Cargo.toml file:
[]
= "0.1"
Use cppwinrt
function as needed:
println!;
Source: