Skip to content

Releases: InfinityTools/binpack2d

Version 1.0.1

05 Feb 19:35

Choose a tag to compare

binpack2d is a Rust library for packing sets of arbitrary 2d rectangles into larger bins.

Changelog:

  • Fixed potentially unaccounted regions of free space after calls of BinPacker::grow()

Version 1.0.0

03 Feb 13:16

Choose a tag to compare

binpack2d is a Rust library for packing sets of arbitrary 2d rectangles into a larger bin.

The library is also available on crates.io: https://crates.io/crates/binpack2d

Changelog:

  • Initial release