diff --git a/content/posts/newsletter-015/index.md b/content/posts/newsletter-015/index.md index 1edad460f..e8b52812f 100644 --- a/content/posts/newsletter-015/index.md +++ b/content/posts/newsletter-015/index.md @@ -64,6 +64,23 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Library & Tooling Updates +### [This Month in Mun][mun-october] + +[![Mun logo](mun-logo.png)][Mun] + +[Mun] is a scripting language for gamedev focused on quick iteration times +that is written in Rust. + +[October updates][mun-october] include: + +- a plugin for mdbook to test Mun code; +- support for modules and visibility; +- the ability to generate enum ABI types; +- bug fixes and other improvements. + +[Mun]: https://mun-lang.org +[mun-october]: https://mun-lang.org/blog/2020/10/31/this-month-october + ## Popular Workgroup Issues in Github diff --git a/content/posts/newsletter-015/mun-logo.png b/content/posts/newsletter-015/mun-logo.png new file mode 100644 index 000000000..02295dc77 Binary files /dev/null and b/content/posts/newsletter-015/mun-logo.png differ