You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><code>Rectangle Pack</code> is a Rust crate focused on rectangle packing: Laying out any smaller
611
611
number of rectangles inside any number of larger rectangles. The developer's use
612
612
for the library is in packing textures from texture atlases on the GPU, although
613
613
the library does not have any concept of texture, and can be used in any
614
614
context where rectangle packing may be needed.</p>
615
615
<p>Version 0.1.5 adds implementation for error handling for RectanglePackError.</p>
616
-
<p>A getting started guide is available on the <ahref="https://rust-gamedev.github.io/posts/newsletter-008/rectangle-pack-homepage">project's homepage</a>.
617
-
Full documentation is available at the <ahref="https://rust-gamedev.github.io/posts/newsletter-008/rectangle-pack-docs">rectangle-pack docs.rs section</a>.</p>
616
+
<p>A getting started guide is available on the <ahref="https://github.com/chinedufn/rectangle-pack">project's homepage</a>.
617
+
Full documentation is available at the <ahref="https://crates.io/crates/rectangle-pack/0.1.5">rectangle-pack docs.rs section</a>.</p>
618
618
<h2id="popular-workgroup-issues-in-github">Popular Workgroup Issues in Github <aclass="anchor" href="#popular-workgroup-issues-in-github" aria-hidden="true">#</a>
<p><code>Rectangle Pack</code> is a Rust crate focused on rectangle packing: Laying out any smaller
555
555
number of rectangles inside any number of larger rectangles. The developer's use
556
556
for the library is in packing textures from texture atlases on the GPU, although
557
557
the library does not have any concept of texture, and can be used in any
558
558
context where rectangle packing may be needed.</p>
559
559
<p>Version 0.1.5 adds implementation for error handling for RectanglePackError.</p>
560
-
<p>A getting started guide is available on the <a href="https://rust-gamedev.github.io/posts/newsletter-008/rectangle-pack-homepage">project's homepage</a>.
561
-
Full documentation is available at the <a href="https://rust-gamedev.github.io/posts/newsletter-008/rectangle-pack-docs">rectangle-pack docs.rs section</a>.</p>
560
+
<p>A getting started guide is available on the <a href="https://github.com/chinedufn/rectangle-pack">project's homepage</a>.
561
+
Full documentation is available at the <a href="https://crates.io/crates/rectangle-pack/0.1.5">rectangle-pack docs.rs section</a>.</p>
562
562
<h2 id="popular-workgroup-issues-in-github">Popular Workgroup Issues in Github&nbsp;<a class="anchor" href="#popular-workgroup-issues-in-github" aria-hidden="true">#</a>
563
563
</h2>
564
564
<!-- Up to 10 links to interesting issues -->
0 commit comments