summaryrefslogtreecommitdiffstats
path: root/teams
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2019-10-01 10:26:16 -0400
committerGitHub <noreply@github.com>2019-10-01 10:26:16 -0400
commit43fac93c749056b2d22f5fa277d6efee202f12eb (patch)
tree638b4baec92ace06a89b404f4fc015244ccf160c /teams
parentf44c4c081ca57d0eff9ddb3f4cc952069d9b63cc (diff)
parent35eb5dc516f1cadca8d2188eb8645b05374ac8b0 (diff)
Merge pull request #124 from AlexEne/master
added gamedev-wg
Diffstat (limited to 'teams')
-rw-r--r--teams/wg-gamedev.toml24
1 files changed, 24 insertions, 0 deletions
diff --git a/teams/wg-gamedev.toml b/teams/wg-gamedev.toml
new file mode 100644
index 0000000..9f061bd
--- /dev/null
+++ b/teams/wg-gamedev.toml
@@ -0,0 +1,24 @@
+name = "wg-gamedev"
+wg = true
+
+[people]
+leads = ["AlexEne", "erlend-sh", "kvark"]
+
+members = [
+ "17cupsofcoffee",
+ "AlexEne",
+ "erlend-sh",
+ "kvark",
+ "ozkriff",
+ "repi"
+]
+
+[website]
+page = "gamedev"
+name = "Game development working group"
+description = "Focusing on making rust the default choice for game development."
+repo = "https://github.com/rust-gamedev"
+
+
+[[lists]]
+address = "gamedev-wg@rust-lang.org"