Skip to content

Crayon v0.3.0 Release

Choose a tag to compare

@shawnscode shawnscode released this 01 Mar 01:23
· 174 commits to master since this release
3d486f7

Fixed

  • Fixed write failures on depth buffer. (#47)
  • Fixed input detection under HiDPI environments. (#47)

Changed

  • Removed scene from core module. (#47)
  • Use failure instead of error-chain as the default error manangement crate. (#47)
  • Refined RAIIGuard into GraphicsSystemGuard. (#47)
  • Unified the interface of setup data in graphics module.