summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVikrant Chaudhary <nasa42@gmail.com>2019-07-17 20:23:11 +0900
committerGitHub <noreply@github.com>2019-07-17 20:23:11 +0900
commit486875b90299f382d0abd3dce816936df192fb09 (patch)
treee31be2a5b51c6f783e23ecf7719d188c7c5b2e85
parent1261322095425106d9f79494b38cf4d03da27663 (diff)
parent8b57dc79a4c1ab5b6581c7934c0d05413dd4fdc6 (diff)
Merge pull request #960 from kvark/patch-10
Add Javelin post link
-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