Skip to content

Newsletter 10: Add Jobs and ToC #156

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 6, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Newsletter 10: ToC
  • Loading branch information
ozkriff committed Jun 5, 2020
commit 59aeb2947836ceb8e14b4cb3dbd495be13b4b307
14 changes: 13 additions & 1 deletion content/posts/newsletter-010/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@ Feel free to send PRs about your own projects!
[pr]: https://github.com/rust-gamedev/rust-gamedev.github.io
[coordination]: https://github.com/rust-gamedev/rust-gamedev.github.io/issues?q=label%3Acoordination

Table of contents:

- [Game Updates](#game-updates)
- [Learning Material Updates](#learning-material-updates)
- [Library & Tooling Updates](#library--tooling-updates)
- [Popular Workgroup Issues in Github](#popular-workgroup-issues-in-github)
- [Meeting Minutes](#meeting-minutes)
- [Requests for Contribution](#requests-for-contribution)
- [Jobs](#jobs)
- [Bonus](#bonus)

<!--
Ideal section structure is:

Expand Down Expand Up @@ -485,7 +496,8 @@ features:
- [`legion-task`]: A multi-tasking library for the [Legion] ECS.

This library by [bonsairobo] provides multi-tasking support on the Legion
ECS, allowing tasks to be executed in dependency graph order. Check out the announcement post in the [forum][legion_task_forum].
ECS, allowing tasks to be executed in dependency graph order.
Check out the announcement post in the [forum][legion_task_forum].

This is a port of the [`specs-task`] library, which provides the same
functionality for [SPECS].
Expand Down
4 changes: 4 additions & 0 deletions newsletter-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ or [join the next meeting][join].

<!-- Links to "good first issue"-labels or direct links to specific tasks -->

## Jobs

<!-- An optinal section for new jobs related to Rust gamedev -->

## Bonus

<!-- Bonus section to make the newsletter more interesting
Expand Down