summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drafts/2019-07-16-this-week-in-rust.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/drafts/2019-07-16-this-week-in-rust.md b/drafts/2019-07-16-this-week-in-rust.md
index b4075fb..3aa8716 100644
--- a/drafts/2019-07-16-this-week-in-rust.md
+++ b/drafts/2019-07-16-this-week-in-rust.md
@@ -16,6 +16,8 @@ If you find any errors in this week's issue, [please submit a PR](https://github
## News & Blog Posts
+[gfx-rs Javelin project kick-off](https://gfx-rs.github.io/2019/07/13/javelin.html).
+
# Crate of the Week
This week's crate is [overloadable](https://crates.io/crates/overloadable), a crate to provides you with the capabilities to overload your functions in a similar style to C# or C++, including support for meta attributes, type parameters and constraints, and visibility modifiers