Skip to content

actuate-v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Nov 04:32
· 210 commits to main since this release
c0c305e

Other

  • Add deny_missing_docs
  • Move macros crate to root and refactor Mut to use NonNull
  • Merge workspace into main crate (#55)
  • Allow alternate task executors with new Executor trait (#54)
  • Update FUNDING.yml
  • Create use_layout hook and refactor Canvas (#50)
  • Add clippy lints (#48)
  • Cache FromIter and export task hooks from prelude
  • Make compose::from_iter more general
  • Add crate-level docs
  • Create use task and use_local_task hooks (#44)
  • Rename modify module to view and refactor
  • Refactor View trait
  • Create Handler trait and Event enum
  • Restructure core
  • Create ui module
  • Create draw and modify modules in actuate crate