Skip to content

v0.11.0

Latest
Compare
Choose a tag to compare
@dbr dbr released this 05 Apr 12:35
· 14 commits to main since this release

Main Changes

  • Added API to add callbacks to draw list for advanced custom drawing - PR#702
  • Added OwnedDrawData API for usage like multithreaded renderers - PR#721
  • MSRV bumped to 1.64 (will likely still work in 1.60 with pinning of some indirect dependencies) - PR#718
  • Examples now use copypasta crate for clipboard handling, as it is more maintained - PR#715
  • Update glow to 0.12 (from v0.10)- PR#711 (and also PR#712)
  • Fixed handling of modifiers keys - PR#710
  • There is a new "viewport" renderer which uses the docking branch's multi-viewport handling! - PR#619

Automatic notes

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.11.0