Skip to content

Don't use wayland_client specific types in winit's API.#893

Merged
tomaka merged 1 commit intorust-windowing:masterfrom
elinorbgr:master
May 31, 2017
Merged

Don't use wayland_client specific types in winit's API.#893
tomaka merged 1 commit intorust-windowing:masterfrom
elinorbgr:master

Conversation

@elinorbgr
Copy link
Copy Markdown
Contributor

Given the recent changes in wayland-client, this strongly-typed interface between winit and glutin regarding wayland types is not needed anymore.

This PR effectively removes the need for winit to expose wayland-client's types, as glutin will not depend on them anymore.

Effectively removing them from winit will however likely require a breaking version bump from winit (as older versions of glutin still will depend on it), so we'll probably be able to do it next time such a bump occurs.

@tomaka tomaka merged commit d915964 into rust-windowing:master May 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants