Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a788d9e

Browse filesBrowse files
committed
Deploy to GitHub pages
1 parent 0af16b7 commit a788d9e
Copy full SHA for a788d9e

File tree

2 files changed

+6
-6
lines changed
Filter options

2 files changed

+6
-6
lines changed

‎posts/newsletter-008/index.html

Copy file name to clipboardExpand all lines: posts/newsletter-008/index.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -605,16 +605,16 @@ <h3 id="ash-v0-30"><a href="https://github.com/MaikKlein/ash">ash</a> v0.30&nbsp
605605
<li>VK_KHR_ray_tracing</li>
606606
<li>VK_KHR_external_memory_fd</li>
607607
</ul>
608-
<h3 id="rectangle-pack-v0-1-5"><a href="https://rust-gamedev.github.io/posts/newsletter-008/rectangle-pack-homepage">Rectangle Pack</a> v0.1.5&nbsp;<a class="anchor" href="#rectangle-pack-v0-1-5" aria-hidden="true">#</a>
608+
<h3 id="rectangle-pack-v0-1-5"><a href="https://github.com/chinedufn/rectangle-pack">Rectangle Pack</a> v0.1.5&nbsp;<a class="anchor" href="#rectangle-pack-v0-1-5" aria-hidden="true">#</a>
609609
</h3>
610610
<p><code>Rectangle Pack</code> is a Rust crate focused on rectangle packing: Laying out any smaller
611611
number of rectangles inside any number of larger rectangles. The developer's use
612612
for the library is in packing textures from texture atlases on the GPU, although
613613
the library does not have any concept of texture, and can be used in any
614614
context where rectangle packing may be needed.</p>
615615
<p>Version 0.1.5 adds implementation for error handling for RectanglePackError.</p>
616-
<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>.
617-
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>
616+
<p>A getting started guide is available on the <a href="https://github.com/chinedufn/rectangle-pack">project's homepage</a>.
617+
Full documentation is available at the <a href="https://crates.io/crates/rectangle-pack/0.1.5">rectangle-pack docs.rs section</a>.</p>
618618
<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>
619619
</h2>
620620
<!-- Up to 10 links to interesting issues -->

‎rss.xml

Copy file name to clipboardExpand all lines: rss.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -549,16 +549,16 @@ and &lt;a href=&quot;https:&#x2F;&#x2F;github.com&#x2F;amethyst&#x2F;amethyst&#x
549549
&lt;li&gt;VK_KHR_ray_tracing&lt;&#x2F;li&gt;
550550
&lt;li&gt;VK_KHR_external_memory_fd&lt;&#x2F;li&gt;
551551
&lt;&#x2F;ul&gt;
552-
&lt;h3 id=&quot;rectangle-pack-v0-1-5&quot;&gt;&lt;a href=&quot;https:&#x2F;&#x2F;rust-gamedev.github.io&#x2F;posts&#x2F;newsletter-008&#x2F;rectangle-pack-homepage&quot;&gt;Rectangle Pack&lt;&#x2F;a&gt; v0.1.5&amp;nbsp;&lt;a class=&quot;anchor&quot; href=&quot;#rectangle-pack-v0-1-5&quot; aria-hidden=&quot;true&quot;&gt;#&lt;&#x2F;a&gt;
552+
&lt;h3 id=&quot;rectangle-pack-v0-1-5&quot;&gt;&lt;a href=&quot;https:&#x2F;&#x2F;github.com&#x2F;chinedufn&#x2F;rectangle-pack&quot;&gt;Rectangle Pack&lt;&#x2F;a&gt; v0.1.5&amp;nbsp;&lt;a class=&quot;anchor&quot; href=&quot;#rectangle-pack-v0-1-5&quot; aria-hidden=&quot;true&quot;&gt;#&lt;&#x2F;a&gt;
553553
&lt;&#x2F;h3&gt;
554554
&lt;p&gt;&lt;code&gt;Rectangle Pack&lt;&#x2F;code&gt; is a Rust crate focused on rectangle packing: Laying out any smaller
555555
number of rectangles inside any number of larger rectangles. The developer&#x27;s use
556556
for the library is in packing textures from texture atlases on the GPU, although
557557
the library does not have any concept of texture, and can be used in any
558558
context where rectangle packing may be needed.&lt;&#x2F;p&gt;
559559
&lt;p&gt;Version 0.1.5 adds implementation for error handling for RectanglePackError.&lt;&#x2F;p&gt;
560-
&lt;p&gt;A getting started guide is available on the &lt;a href=&quot;https:&#x2F;&#x2F;rust-gamedev.github.io&#x2F;posts&#x2F;newsletter-008&#x2F;rectangle-pack-homepage&quot;&gt;project&#x27;s homepage&lt;&#x2F;a&gt;.
561-
Full documentation is available at the &lt;a href=&quot;https:&#x2F;&#x2F;rust-gamedev.github.io&#x2F;posts&#x2F;newsletter-008&#x2F;rectangle-pack-docs&quot;&gt;rectangle-pack docs.rs section&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
560+
&lt;p&gt;A getting started guide is available on the &lt;a href=&quot;https:&#x2F;&#x2F;github.com&#x2F;chinedufn&#x2F;rectangle-pack&quot;&gt;project&#x27;s homepage&lt;&#x2F;a&gt;.
561+
Full documentation is available at the &lt;a href=&quot;https:&#x2F;&#x2F;crates.io&#x2F;crates&#x2F;rectangle-pack&#x2F;0.1.5&quot;&gt;rectangle-pack docs.rs section&lt;&#x2F;a&gt;.&lt;&#x2F;p&gt;
562562
&lt;h2 id=&quot;popular-workgroup-issues-in-github&quot;&gt;Popular Workgroup Issues in Github&amp;nbsp;&lt;a class=&quot;anchor&quot; href=&quot;#popular-workgroup-issues-in-github&quot; aria-hidden=&quot;true&quot;&gt;#&lt;&#x2F;a&gt;
563563
&lt;&#x2F;h2&gt;
564564
&lt;!-- Up to 10 links to interesting issues --&gt;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.