Skip to content

0.10.0

Choose a tag to compare

@AustinJ235 AustinJ235 released this 29 May 06:58
· 166 commits to master since this release
  • BREAKING Update dependency vulkano & vulkano-shaders to 0.23.0
  • BREAKING Update dependency ilmenite to 0.3.0
  • BREAKING TmpImageViewAccess has been removed and functionality replaced by BstImageView.
  • BREAKING Interface::set_msaa() no longer returns a Result and now takes BstMSAALevel
    instead of an integer.
  • Fixed bug where when scale was set in Options it was not propagated to other default value for scale for interface related constructs.
  • Scale is now able to be set in the command args using --scale=2.0. This will override any scale set by Options.
  • Options now has msaa() function to set initial MSAA level.
  • Update dependency ordered-float from 2.0 to 2.5.
  • Update dependency arc-swap from 1.2 to 1.3.