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

Fix remaining std references in windows and windows-core crates for no_std builds #3317

Merged
merged 5 commits into from
Oct 9, 2024

Conversation

kennykerr
Copy link
Collaborator

@kennykerr kennykerr commented Oct 9, 2024

I'll think some more about how to test this, but at least for now this should deal with this issue.

Fixes: #3315

This also changes the Direct3D12 sample to build with no_std for validation and illustration purposes.

@kennykerr kennykerr changed the title Fix remaining std references in windows and core crates for no_std builds Fix remaining std references in windows and windows-core crates for no_std builds Oct 9, 2024
@sagacity
Copy link

sagacity commented Oct 9, 2024

I can confirm this branch works fine and I can create a Direct3D device, create vertex buffers, etc. Thanks for the quick response!

@kennykerr
Copy link
Collaborator Author

Sweet - thanks for checking!

@kennykerr kennykerr merged commit 4dea5dd into master Oct 9, 2024
81 checks passed
@kennykerr kennykerr deleted the no-std-windows branch October 9, 2024 19:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

no_std support for windows-rs
2 participants