From a44fc5cf1ce605bb69d5d4270439f0a202288f8a Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Thu, 10 Feb 2022 20:50:44 +0000 Subject: [PATCH 1/4] N31: Init --- content/news/031/index.md | 133 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 133 insertions(+) create mode 100644 content/news/031/index.md diff --git a/content/news/031/index.md b/content/news/031/index.md new file mode 100644 index 000000000..46dcb7191 --- /dev/null +++ b/content/news/031/index.md @@ -0,0 +1,133 @@ ++++ +title = "This Month in Rust GameDev #31 - February 2022" +transparent = true +draft = true ++++ + + + + + +Welcome to the 31st issue of the Rust GameDev Workgroup's +monthly newsletter. +[Rust] is a systems language pursuing the trifecta: +safety, concurrency, and speed. +These goals are well-aligned with game development. +We hope to build an inviting ecosystem for anyone wishing +to use Rust in their development process! +Want to get involved? [Join the Rust GameDev working group!][join] + +You can follow the newsletter creation process +by watching [the coordination issues][coordination]. +Want something mentioned in the next newsletter? +[Send us a pull request][pr]. +Feel free to send PRs about your own projects! + +[Rust]: https://rust-lang.org +[join]: https://github.com/rust-gamedev/wg#join-the-fun +[pr]: https://github.com/rust-gamedev/rust-gamedev.github.io +[coordination]: https://github.com/rust-gamedev/rust-gamedev.github.io/issues?q=label%3Acoordination +[Rust]: https://rust-lang.org +[join]: https://github.com/rust-gamedev/wg#join-the-fun + +- [Game Updates](#game-updates) +- [Learning Material Updates](#learning-material-updates) +- [Engine Updates](#engine-updates) +- [Tooling Updates](#tooling-updates) +- [Library Updates](#library-updates) +- [Other News](#other-news) +- [Popular Workgroup Issues in Github](#popular-workgroup-issues-in-github) +- [Meeting Minutes](#meeting-minutes) +- [Discussions](#discussions) +- [Requests for Contribution](#requests-for-contribution) +- [Jobs](#jobs) +- [Bonus](#bonus) + + + +## Game Updates + +## Engine Updates + +## Learning Material Updates + +## Tooling Updates + +## Library Updates + +## Popular Workgroup Issues in Github + + + +## Other News + + + +## Meeting Minutes + + + +[See all meeting issues][label_meeting] including full text notes +or [join the next meeting][join]. + +[label_meeting]: https://github.com/rust-gamedev/wg/issues?q=label%3Ameeting + +## Discussions + + + +## Requests for Contribution + + + +## Jobs + + + +## Bonus + + + +------ + +That's all news for today, thanks for reading! + +Want something mentioned in the next newsletter? +[Send us a pull request][pr]. + +Also, subscribe to [@rust_gamedev on Twitter][@rust_gamedev] +or [/r/rust_gamedev subreddit][/r/rust_gamedev] if you want to receive fresh news! + + + +[/r/rust_gamedev]: https://reddit.com/r/rust_gamedev +[@rust_gamedev]: https://twitter.com/rust_gamedev +[pr]: https://github.com/rust-gamedev/rust-gamedev.github.io From b0e6e020289b96d3364b0a2ec0e661d5530141f0 Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Sun, 13 Feb 2022 13:30:15 +0000 Subject: [PATCH 2/4] Update index.md --- content/news/031/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/news/031/index.md b/content/news/031/index.md index 46dcb7191..a292e65e3 100644 --- a/content/news/031/index.md +++ b/content/news/031/index.md @@ -1,6 +1,7 @@ +++ title = "This Month in Rust GameDev #31 - February 2022" transparent = true +date = TODO draft = true +++ From ab96b278d2fbbef16c16cd90db6ef5e01c97d3ae Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Sun, 13 Feb 2022 13:34:58 +0000 Subject: [PATCH 3/4] Update index.md --- content/news/031/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/news/031/index.md b/content/news/031/index.md index a292e65e3..eac85a3b4 100644 --- a/content/news/031/index.md +++ b/content/news/031/index.md @@ -1,7 +1,7 @@ +++ title = "This Month in Rust GameDev #31 - February 2022" transparent = true -date = TODO +date = 2022-03-01 draft = true +++ From da94fcae2a612b2c88a0d768bdadd0fe6b3f8161 Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Sun, 13 Feb 2022 13:57:40 +0000 Subject: [PATCH 4/4] Update newsletter-template.md --- newsletter-template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/newsletter-template.md b/newsletter-template.md index 0d1de6058..a15924150 100644 --- a/newsletter-template.md +++ b/newsletter-template.md @@ -1,6 +1,7 @@ +++ title = "This Month in Rust GameDev #{TODO} - {TODO} {TODO}" transparent = true +date = TODO draft = true +++