You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title basically says it all. I'm curious if the GDK is an API that can be exposed to Rust via the work that is being done in this library?
Thanks.
The text was updated successfully, but these errors were encountered:
xgalaxy
changed the title
Question: Will the GDK be something that ends up here or does GDK not use WinRT at all?
Question: Does the GDK work with WinRT?
Jun 25, 2021
The Windows crate is not limited to WinRT APIs. It provides access to all Win32/COM/WinRT APIs in the Windows SDK. I'm not sure whether the GDK falls under the Windows SDK or is something separate. But the API definitions themselves come from the Win32 metadata project, so I'll transfer this issue there for clarification.
This is another instance of #66 which is something we are working on.
It's in early stages, but the idea is to provide some tooling to help others produce metadata for their C-style APIs that could then be plugged into our projections like the windows crate.
Our tooling to support this has been available for some time now. The GDK owners would need to adopt it to provide metadata for their APIs. I'd recommend filing an issue over at https://github.com/microsoft/GDK to track the request.
#998 tracks improving documentation in this area. @riverar has gone through this process a few times now.
Title basically says it all. I'm curious if the GDK is an API that can be exposed to Rust via the work that is being done in this library?
Thanks.
The text was updated successfully, but these errors were encountered: