servo / surfman

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

Remove the winit feature #271

Closed mrobinson closed 9 months ago

mrobinson commented 9 months ago

Now that we can use raw_window_handle, drop the winit feature. This should make the dependency graph a little bit less complicated for crates that depend on surfman.

A few changes:

This is a breaking API change, so the next release should be a major version bump.