Skip to content

Conversation

@rickvanprim
Copy link
Contributor

No description provided.

Copy link
Collaborator

@Ralith Ralith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for working on this! Is the 0.31 release expected soon?

Comment on lines +39 to +41
trait App {
fn render(&mut self, gui_state: &GuiState);
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This abstraction is unhelpful:

  • In an example, there can only ever possibly be one implementation
  • This library is intended for direct use in applications, which will also not need anything like this
  • Hypothetical framework-style downstreams will need something much more complex than this

Please simplify.

@rickvanprim rickvanprim marked this pull request as draft June 14, 2025 22:21
@rickvanprim
Copy link
Contributor Author

Thanks for working on this! Is the 0.31 release expected soon?

No clue unfortunately. Based on https://github.com/rust-windowing/winit/milestone/18 I'm guessing it's still a ways off. I expect this PR/branch to just sit as a draft until the release. I went through the trouble of upgrading my repo (which required also upgrading yakui) to try to upstream something to winit, and the winit change appears to be dead anyways 😆

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

Successfully merging this pull request may close these issues.

2 participants