servo / surfman

Accelerated offscreen graphics for WebGL
Apache License 2.0
172 stars 84 forks source link

Switch winapi dependency to windows/windows-sys #292

Open atouchet opened 4 months ago

atouchet commented 4 months ago

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

atouchet commented 3 months ago

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

dklassic commented 3 months ago

Makes sense, I'll try to switch the dependency.