Skip to content

v0.17.0

Compare
Choose a tag to compare
@francesca64 francesca64 released this 28 Jun 01:54
· 343 commits to master since this release
cb05e03
  • Fix regression that prevented automatic graphics switching in MacOS (#980)
  • Add ContextBuilder::with_double_buffer function
  • Add ContextBuilder::with_hardware_acceleration function
  • Work around a presumed Android emulator bug
    that would cause context creation to return CreationError::OpenGlVersionNotSupported
    in some configurations
    (#1036)
  • Update winit dependency to 0.16.0. See winit's CHANGELOG for more info.
  • The iOS backend no longer fails to compile.