-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,24 +25,29 @@ refs/heads/main/media/logo.svg" alt="Logo" /> | |
<br /> | ||
<br /> | ||
<a href="https://github.com/"> | ||
<img src="https://img.shields.io/badge/GitHub-181717?logo=github&logoColor | ||
=fff&style=for-the-badge" alt="Github badge" /> | ||
<img | ||
Check failure on line 28 in README.md GitHub Actions / Lint with markdownlint-cli2Trailing spaces
|
||
src="https://img.shields.io/badge/GitHub-181717?logo=github&logoColor=fff&style=for-the-badge" | ||
alt="Github badge" /> | ||
</a> | ||
<a href="./LICENSES/GPL-3.0-or-later.txt"> | ||
<img src="https://img.shields.io/badge/License-GPL%203.0%20or%20later-gree | ||
n.svg?style=for-the-badge" alt="GPL 3.0 or later badge" /> | ||
<img | ||
src="https://img.shields.io/badge/License-GPL%203.0%20or%20later-green.svg?style=for-the-badge" | ||
alt="GPL 3.0 or later badge" /> | ||
</a> | ||
<a href="https://www.microsoft.com/en-us/windows/"> | ||
<img src="https://img.shields.io/badge/Windows-0078D4?logo=windows&logoCol | ||
or=fff&style=for-the-badge" alt="Windows badge" /> | ||
<img | ||
Check failure on line 38 in README.md GitHub Actions / Lint with markdownlint-cli2Trailing spaces
|
||
src="https://img.shields.io/badge/Windows-0078D4?logo=windows&logoColor=fff&style=for-the-badge" | ||
alt="Windows badge" /> | ||
</a> | ||
<a href="https://www.rust-lang.org/"> | ||
<img src="https://img.shields.io/badge/Rust-000?logo=rust&logoColor=fff&st | ||
yle=for-the-badge" alt="Rust badge" /> | ||
<img | ||
src="https://img.shields.io/badge/Rust-000?logo=rust&logoColor=fff&style=for-the-badge" | ||
alt="Rust badge" /> | ||
</a> | ||
<a href="https://reuse.software/"> | ||
<img src="https://img.shields.io/reuse/compliance/github.com%2Ffrack113%2F | ||
WAG?style=for-the-badge" alt="Reuse badge" /> | ||
<img | ||
Check failure on line 48 in README.md GitHub Actions / Lint with markdownlint-cli2Trailing spaces
|
||
src="https://img.shields.io/reuse/compliance/github.com%2Ffrack113%2FWAG?style=for-the-badge" | ||
alt="Reuse badge" /> | ||
</a> | ||
</p> | ||
</div> | ||
|
@@ -53,9 +58,9 @@ WAG?style=for-the-badge" alt="Reuse badge" /> | |
- [👀 About the project](#-about-the-project) | ||
- [❓ Why](#-why) | ||
- [🚀 Getting started](#-getting-started) | ||
- [⚙️ Prerequisites](#%EF%B8%8F-prerequisites) | ||
- [⚙️ Prerequisites](#️-prerequisites) | ||
- [📦 Installation](#-installation) | ||
- [🛠️ Build](#%EF%B8%8F-build) | ||
- [🛠️ Build](#️-build) | ||
- [🥷 Quick examples](#-quick-examples) | ||
- [👷 Contributing](#-contributing) | ||
- [🙌 Acknowledgments](#-acknowledgments) | ||
|