0.22.0
What's Changed
- Add support for dedicated allocations and committed resource tracking by @janie177 in #148
- Upgrade
imgui
to 0.9 by @MarijnS95 in #144 - cargo: Bump
windows-rs
to0.44
by @MarijnS95 in #150 - d3d12: Remove now-unneeded unsafe
Send
/Sync
markers forAllocation
andMemoryBlock
by @MarijnS95 in #152 - Update imgui requirement from 0.9 to 0.10 by @dependabot in #154
- vulkan: Use
Send
+Sync
pointer wrapper type to auto-derive these marker traits onMemoryBlock
/Allocation
by @MarijnS95 in #153 - Update GitHub Actions shield URL by @MarijnS95 in #149
Resource
ownership cleanup by @janie177 in #151- examples: Initialize
env_logger
to actually seelog
output by @MarijnS95 in #145
Full Changelog: 0.21.0...0.22.0