From da88be14611e50a4cac5a4280c305922f2ec8434 Mon Sep 17 00:00:00 2001 From: Adam Simons <34462040+HoubkneghteS@users.noreply.github.com> Date: Fri, 15 May 2020 02:47:23 -0500 Subject: [PATCH 1/2] link to dependencies --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 11a2e5f..36c46d3 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,10 @@ Weltenschaft is an Open-Source JS terrain generator, running on Electron.js as a * Localizations (50% complete for English and German) * Basic in-browser implementation +## Dependencies +* ![Electron 8.2.5](https://github.com/electron/electron) +* ![Tumult 3.0.14](https://github.com/ScottyFillups/tumult) + ## License This code is released under the MIT License From feb20cf929ade4b00f45823aae8fec25e3e2ce34 Mon Sep 17 00:00:00 2001 From: Adam Simons <34462040+HoubkneghteS@users.noreply.github.com> Date: Fri, 15 May 2020 02:50:32 -0500 Subject: [PATCH 2/2] formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 36c46d3..75930d7 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ Weltenschaft is an Open-Source JS terrain generator, running on Electron.js as a * Basic in-browser implementation ## Dependencies -* ![Electron 8.2.5](https://github.com/electron/electron) -* ![Tumult 3.0.14](https://github.com/ScottyFillups/tumult) +* ![Electron](https://github.com/electron/electron) (App framework) +* ![Tumult](https://github.com/ScottyFillups/tumult) (Noise library) ## License