Open atouchet opened 4 months ago
The dependency on the associated wio crate should probably be removed as well as that looks unlikely to ever be updated.
Seems like this will be dependent on https://github.com/servo/surfman/pull/298 merging first, as SurfmanAdapter::from_dxgi_adapter
currently expects a ComPtr.
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
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.