Skip to content

Releases: InfinityTools/binpack2d

Version 1.0.1

Choose a tag to compare

@Argent77 Argent77 released this 05 Feb 19:35

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

Choose a tag to compare

@Argent77 Argent77 released this 03 Feb 13:16

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