Traverse-Research / gpu-allocator

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

cargo: Include examples folder in release #112

Closed MarijnS95 closed 2 years ago

MarijnS95 commented 2 years ago

Otherwise the crate cannot be published, due to the [[examples]] array in Cargo.toml not finding the required files.

Strangely enough this wasn't a problem before 7a5ad82 ("Simplify example folder structure (#106)") where this crate still used an explicit path = for every example, as every example seems to have been omitted from Cargo.toml.