Traverse-Research / gpu-allocator

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

🪘 Disable default features on `egui` crates #177

Closed tosti007 closed 1 year ago

tosti007 commented 1 year ago

With the landing of #176 I attempted to integrate the latest release in our codebase, only to be met with a cargo deny warning.

This PR disables the (fully redundant for this lib) default features.