-
Notifications
You must be signed in to change notification settings - Fork 561
Support for building pure UWP apps in Rust #283
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
Comments
Try using Also see https://github.com/bdbai/firstuwp-rs (not completed though). Since authoring composable object is not implemented so far, it is cumbersome that we have to implement COM interfaces by hand. |
Not sure if it is suitable to say here, but just FYI: https://github.com/uhuntu/win_ui |
That's a desktop app, not a UWP app. |
Yes, it's not that this isn't supported. It's just that we don't really have any good samples to share at the moment. Working on that! 😉 |
@robmikh also shared an example here: https://github.com/robmikh/minesweeper-rs/tree/uwp Beyond that I'm focused on getting support in Rust for authoring WinRT types #81 as that's a major obstacle in getting support for things like Xaml and UWP apps. |
This requires modifications to the Rust runtime so that it doesn't call prohibited APIs in a UWP app. Currently building a AppContainer app using Rust fails validation.
The text was updated successfully, but these errors were encountered: