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

Switch winapi dependency to windows/windows-sys #228

Open
atouchet opened this issue Jul 21, 2024 · 3 comments
Open

Switch winapi dependency to windows/windows-sys #228

atouchet opened this issue Jul 21, 2024 · 3 comments

Comments

@atouchet
Copy link
Contributor

The winapi crate is no longer maintained and there are now official windows/windows-sys crates from Microsoft. webxr should transition from using winapi to windows/windows-sys.

@atouchet
Copy link
Contributor Author

The dependency on the associated wio crate should probably be removed as well as that looks unlikely to ever be updated.

@msub2
Copy link
Contributor

msub2 commented Jul 21, 2024

Seems like this will be dependent on servo/surfman#298 merging first, as SurfmanAdapter::from_dxgi_adapter currently expects a ComPtr.

@msub2
Copy link
Contributor

msub2 commented Aug 27, 2024

Actually, after having separated out D3D11-specific code it seems like the function that calls that isn't even used right now. Will take another look this week to see if this can be done without waiting for surfman

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

No branches or pull requests

2 participants