Traverse-Research / gpu-allocator

🦀 GPU memory allocator for Vulkan, DirectX 12 and Metal. Written in pure Rust
https://traverse.nl/
Apache License 2.0
374 stars 49 forks source link

🚦 Allow `egui 0.27` #220

Closed tosti007 closed 5 months ago

tosti007 commented 5 months ago

Supersedes #216 and #217

This PR allows crates using this crate to additionally use egui version 0.27. I also noticed a duplicate call which I removed as a drive-by.