From f196147c7a7f2cb4590eaaab2d9c9cc9f1eb914c Mon Sep 17 00:00:00 2001 From: Alice Cecile Date: Tue, 1 Feb 2022 23:31:18 -0500 Subject: [PATCH 1/5] N30: initial draft --- content/news/030/index.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/content/news/030/index.md b/content/news/030/index.md index 664487a9b..059639497 100644 --- a/content/news/030/index.md +++ b/content/news/030/index.md @@ -36,7 +36,7 @@ Feel free to send PRs about your own projects! - [Engine Updates](#engine-updates) - [Tooling Updates](#tooling-updates) - [Library Updates](#library-updates) -- [Other News](#other-news) + - [leafwing-input-manager](#leafwing-input-manager) - [Popular Workgroup Issues in Github](#popular-workgroup-issues-in-github) - [Meeting Minutes](#meeting-minutes) - [Discussions](#discussions) @@ -76,6 +76,13 @@ If needed, a section can be split into subsections with a "------" delimiter. ## Library Updates +### leafwing-input-manager + +`leafwing-input-manager` ([GitHub](https://github.com/Leafwing-Studios/leafwing-input-manager), +[crates.io](https://crates.io/crates/leafwing-input-manager)) by [@alice-i-cecile](https://twitter.com/AliceICecile) +is an ergonomic, featureful and fully documented Bevy library +for expressively abstracting over user input. + ## Popular Workgroup Issues in Github From c64968b7b8eaad2188f2131cb627f48b045791bd Mon Sep 17 00:00:00 2001 From: Alice Cecile Date: Wed, 2 Feb 2022 12:25:31 -0500 Subject: [PATCH 2/5] Lint --- content/news/030/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/news/030/index.md b/content/news/030/index.md index 059639497..2de9bd070 100644 --- a/content/news/030/index.md +++ b/content/news/030/index.md @@ -36,7 +36,7 @@ Feel free to send PRs about your own projects! - [Engine Updates](#engine-updates) - [Tooling Updates](#tooling-updates) - [Library Updates](#library-updates) - - [leafwing-input-manager](#leafwing-input-manager) + - [leafwing-input-manager](#leafwing-input-manager) - [Popular Workgroup Issues in Github](#popular-workgroup-issues-in-github) - [Meeting Minutes](#meeting-minutes) - [Discussions](#discussions) From 3b81665b6d1f3563d6074447b187ab17cdf5a491 Mon Sep 17 00:00:00 2001 From: Alice Cecile Date: Wed, 2 Feb 2022 15:46:43 -0500 Subject: [PATCH 3/5] Revert IDE-provoked change --- content/news/030/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/news/030/index.md b/content/news/030/index.md index 2de9bd070..f91fa9ac9 100644 --- a/content/news/030/index.md +++ b/content/news/030/index.md @@ -36,7 +36,6 @@ Feel free to send PRs about your own projects! - [Engine Updates](#engine-updates) - [Tooling Updates](#tooling-updates) - [Library Updates](#library-updates) - - [leafwing-input-manager](#leafwing-input-manager) - [Popular Workgroup Issues in Github](#popular-workgroup-issues-in-github) - [Meeting Minutes](#meeting-minutes) - [Discussions](#discussions) From 6cc11f691368381ad4074a86d4ba90a70c2d30c2 Mon Sep 17 00:00:00 2001 From: Alice Cecile Date: Wed, 2 Feb 2022 15:48:58 -0500 Subject: [PATCH 4/5] More discussion of features --- content/news/030/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/news/030/index.md b/content/news/030/index.md index f91fa9ac9..7923914f6 100644 --- a/content/news/030/index.md +++ b/content/news/030/index.md @@ -82,6 +82,9 @@ If needed, a section can be split into subsections with a "------" delimiter. is an ergonomic, featureful and fully documented Bevy library for expressively abstracting over user input. +Supports local multiplayer, enables input rebinding, integrates with `bevy_ui`, +and handles chords! + ## Popular Workgroup Issues in Github From 8b90a8a59ba5aaa1973d2b4744140c147733b138 Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Thu, 3 Feb 2022 00:10:40 +0000 Subject: [PATCH 5/5] Fix TOC --- content/news/030/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/news/030/index.md b/content/news/030/index.md index 7923914f6..c596e040f 100644 --- a/content/news/030/index.md +++ b/content/news/030/index.md @@ -36,6 +36,7 @@ Feel free to send PRs about your own projects! - [Engine Updates](#engine-updates) - [Tooling Updates](#tooling-updates) - [Library Updates](#library-updates) +- [Other News](#other-news) - [Popular Workgroup Issues in Github](#popular-workgroup-issues-in-github) - [Meeting Minutes](#meeting-minutes) - [Discussions](#discussions)