diff --git a/content/posts/newsletter-008/index.md b/content/posts/newsletter-008/index.md index a2891e3e0..aa3726317 100644 --- a/content/posts/newsletter-008/index.md +++ b/content/posts/newsletter-008/index.md @@ -415,6 +415,22 @@ The latest version comes with support for Vulkan 1.2 and following extensions: [ash]: https://github.com/MaikKlein/ash +### [Rectangle Pack](rectangle-pack-homepage) v0.1.5 + +`Rectangle Pack` is a Rust crate focused on rectangle packing: Laying out any smaller +number of rectangles inside any number of larger rectangles. The developer's use +for the library is in packing textures from texture atlases on the GPU, although +the library does not have any concept of texture, and can be used in any +context where rectangle packing may be needed. + +Version 0.1.5 adds implementation for error handling for RectanglePackError. + +A getting started guide is available on the [project's homepage](rectangle-pack-homepage). +Full documentation is available at the [rectangle-pack docs.rs section](rectangle-pack-docs). + +[rectangle-pack-homepage]: https://github.com/chinedufn/rectangle-pack +[rectangle-pack-docs]: https://crates.io/crates/rectangle-pack/0.1.5 + ## Popular Workgroup Issues in Github