diff options
author | Vikrant Chaudhary <nasa42@gmail.com> | 2019-07-04 05:32:42 +0900 |
---|---|---|
committer | Vikrant Chaudhary <nasa42@gmail.com> | 2019-07-04 05:32:42 +0900 |
commit | df6773fd08698b695761a5261efb685a80ab3020 (patch) | |
tree | 25f7d08601f1daadc3ee6be5783556e8d2c2eb4a | |
parent | 7c15173376543be0e1cd27935a351a587fcc322f (diff) |
release 293
-rw-r--r-- | content/2019-07-02-this-week-in-rust.md (renamed from drafts/2019-07-02-this-week-in-rust.md) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drafts/2019-07-02-this-week-in-rust.md b/content/2019-07-02-this-week-in-rust.md index f4d00ab..a6c9e9b 100644 --- a/drafts/2019-07-02-this-week-in-rust.md +++ b/content/2019-07-02-this-week-in-rust.md @@ -46,12 +46,12 @@ Some of these tasks may also have mentors available, visit the task page for mor gfx-rs introduces the [contributor-friendly](https://github.com/gfx-rs/gfx/issues?q=is%3Aissue+is%3Aopen+label%3Acontributor-friendly) label for issues that are appropriately inviting to new members: -* [Should have a way of telling whether backend is supported](https://github.com/gfx-rs/gfx/issues/2783) -* [A comparative table of HAL features available per backend](https://github.com/gfx-rs/gfx/issues/2547) -* (hal) [Consider removing typed command buffers, pools and queues](https://github.com/gfx-rs/gfx/issues/2862) -* (metal) [Try Kudzu instead of storage-map](https://github.com/gfx-rs/gfx/issues/2860) -* (dx12) [Support VertexIndex and InstanceIndex semantics](https://github.com/gfx-rs/gfx/issues/2589) -* (dx12) [Pipeline caches](https://github.com/gfx-rs/gfx/issues/2877) +* [Should have a way of telling whether backend is supported](https://github.com/gfx-rs/gfx/issues/2783). +* [A comparative table of HAL features available per backend](https://github.com/gfx-rs/gfx/issues/2547). +* (hal) [Consider removing typed command buffers, pools and queues](https://github.com/gfx-rs/gfx/issues/2862). +* (metal) [Try Kudzu instead of storage-map](https://github.com/gfx-rs/gfx/issues/2860). +* (dx12) [Support VertexIndex and InstanceIndex semantics](https://github.com/gfx-rs/gfx/issues/2589). +* (dx12) [Pipeline caches](https://github.com/gfx-rs/gfx/issues/2877). If you are a Rust project owner and are looking for contributors, please submit tasks [here][guidelines]. |