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 d7b1f47

Browse filesBrowse files
committed
Deploy to GitHub pages
1 parent e3ffb7f commit d7b1f47
Copy full SHA for d7b1f47
Expand file treeCollapse file tree

33 files changed

+1273
-10
lines changed

‎index.html

Copy file name to clipboardExpand all lines: index.html
+9-9Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -87,41 +87,41 @@ <h2 class="post-list-heading">Latest News</h2>
8787

8888
<li>
8989
<h3>
90-
<a class="post-link" href="https:&#x2F;&#x2F;gamedev.rs&#x2F;news&#x2F;021&#x2F;">
91-
This Month in Rust GameDev #21 - April 2021
90+
<a class="post-link" href="https:&#x2F;&#x2F;gamedev.rs&#x2F;news&#x2F;022&#x2F;">
91+
This Month in Rust GameDev #22 - May 2021
9292
</a>
9393
</h3>
9494

9595

96-
<span class="post-meta">2021-05-09</span>
96+
<span class="post-meta">2021-06-09</span>
9797

9898

9999

100100
</li>
101101

102102
<li>
103103
<h3>
104-
<a class="post-link" href="https:&#x2F;&#x2F;gamedev.rs&#x2F;news&#x2F;020&#x2F;">
105-
This Month in Rust GameDev #20 - March 2021
104+
<a class="post-link" href="https:&#x2F;&#x2F;gamedev.rs&#x2F;news&#x2F;021&#x2F;">
105+
This Month in Rust GameDev #21 - April 2021
106106
</a>
107107
</h3>
108108

109109

110-
<span class="post-meta">2021-04-10</span>
110+
<span class="post-meta">2021-05-09</span>
111111

112112

113113

114114
</li>
115115

116116
<li>
117117
<h3>
118-
<a class="post-link" href="https:&#x2F;&#x2F;gamedev.rs&#x2F;news&#x2F;019&#x2F;">
119-
This Month in Rust GameDev #19 - February 2021
118+
<a class="post-link" href="https:&#x2F;&#x2F;gamedev.rs&#x2F;news&#x2F;020&#x2F;">
119+
This Month in Rust GameDev #20 - March 2021
120120
</a>
121121
</h3>
122122

123123

124-
<span class="post-meta">2021-03-08</span>
124+
<span class="post-meta">2021-04-10</span>
125125

126126

127127

‎news/022/1_year_of_rust_gamedev.png

Copy file name to clipboard
78.8 KB
Loading
599 KB
Loading

‎news/022/abstreet.png

Copy file name to clipboard
532 KB
Loading

‎news/022/bevy-retro.gif

Copy file name to clipboard
621 KB
Loading

‎news/022/bevy_asset_loader.png

Copy file name to clipboard
121 KB
Loading

‎news/022/bounty-bros.png

Copy file name to clipboard
63.8 KB
Loading

‎news/022/dimforge.png

Copy file name to clipboard
3.9 KB
Loading

‎news/022/egui.gif

Copy file name to clipboard
1.7 MB
Loading

‎news/022/flesh.gif

Copy file name to clipboard
1.51 MB
Loading

‎news/022/gamedev-meetup.png

Copy file name to clipboard
91.7 KB
Loading

‎news/022/gfx-dota2-naga.jpg

Copy file name to clipboard
244 KB
Loading

‎news/022/graphite-piet.png

Copy file name to clipboard
69.9 KB
Loading

‎news/022/hho.gif

Copy file name to clipboard
1.54 MB
Loading

‎news/022/index.html

Copy file name to clipboardExpand all lines: news/022/index.html
+680Lines changed: 680 additions & 0 deletions
Large diffs are not rendered by default.

‎news/022/libfive.png

Copy file name to clipboard
308 KB
Loading

‎news/022/nestadia.png

Copy file name to clipboard
271 KB
Loading

‎news/022/nvtx.png

Copy file name to clipboard
65.2 KB
Loading

‎news/022/outer-wonders.gif

Copy file name to clipboard
198 KB
Loading

‎news/022/pglowrpg_progress.gif

Copy file name to clipboard
652 KB
Loading

‎news/022/rafx-wireframe-demo.jpg

Copy file name to clipboard
292 KB
Loading

‎news/022/rg3d_terrain.jpg

Copy file name to clipboard
240 KB
Loading

‎news/022/rpg-cli.png

Copy file name to clipboard
194 KB
Loading

‎news/022/rustcraft.png

Copy file name to clipboard
153 KB
Loading

‎news/022/texture-generator.png

Copy file name to clipboard
270 KB
Loading

‎news/022/the_process.gif

Copy file name to clipboard
1.67 MB
Loading

‎news/022/theta-wave.gif

Copy file name to clipboard
1.89 MB
Loading

‎news/022/unbroken_lynx.png

Copy file name to clipboard
60.2 KB
Loading

‎news/022/veloren.jpg

Copy file name to clipboard
98.1 KB
Loading

‎news/022/voxel_engine_wgpu.jpg

Copy file name to clipboard
88.2 KB
Loading

‎news/index.html

Copy file name to clipboardExpand all lines: news/index.html
+14Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,20 @@ <h2 class="post-list-heading">News</h2>
6060

6161
<ul class="post-list">
6262

63+
<li>
64+
<h3>
65+
<a class="post-link" href="https:&#x2F;&#x2F;gamedev.rs&#x2F;news&#x2F;022&#x2F;">
66+
This Month in Rust GameDev #22 - May 2021
67+
</a>
68+
</h3>
69+
70+
71+
<span class="post-meta">2021-06-09</span>
72+
73+
74+
75+
</li>
76+
6377
<li>
6478
<h3>
6579
<a class="post-link" href="https:&#x2F;&#x2F;gamedev.rs&#x2F;news&#x2F;021&#x2F;">

‎rss.xml

Copy file name to clipboardExpand all lines: rss.xml
+566-1Lines changed: 566 additions & 1 deletion
Large diffs are not rendered by default.

‎sitemap.xml

Copy file name to clipboardExpand all lines: sitemap.xml
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@
101101
<loc>https://gamedev.rs/news/021/</loc>
102102
<lastmod>2021-05-09</lastmod>
103103
</url>
104+
<url>
105+
<loc>https://gamedev.rs/news/022/</loc>
106+
<lastmod>2021-06-09</lastmod>
107+
</url>
104108
<url>
105109
<loc>https://gamedev.rs/pages/</loc>
106110
</url>

0 commit comments

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