mirror of
https://github.com/FluxaMedia/fluxa-core.git
synced 2026-08-04 07:56:00 +00:00
style: restore for-the-badge reference-style badges in README
This commit is contained in:
parent
7e75cd2e40
commit
32e98ae2c7
1 changed files with 17 additions and 3 deletions
20
README.md
20
README.md
|
|
@ -5,9 +5,11 @@
|
|||
The platform-agnostic Rust core behind [Fluxa](https://github.com/KhooLy/Fluxa), a media-streaming app.<br/>
|
||||
State management · Stream policy · Addon protocol · Effect-driven I/O
|
||||
|
||||
[](https://github.com/KhooLy/fluxa-core/stargazers)
|
||||
[](https://github.com/KhooLy/fluxa-core/issues)
|
||||
[](LICENSE)
|
||||
[![Contributors][contributors-shield]][contributors-url]
|
||||
[![Forks][forks-shield]][forks-url]
|
||||
[![Stars][stars-shield]][stars-url]
|
||||
[![Issues][issues-shield]][issues-url]
|
||||
[![License: GPL v3][license-shield]][license-url]
|
||||
|
||||
[What it does](#what-it-does) · [Architecture](#architecture) · [Building from source](#building-from-source) · [Stack](#stack)
|
||||
|
||||
|
|
@ -111,3 +113,15 @@ docs/ architecture, effects reference, integration guide
|
|||
|
||||
- [Fluxa for Android](https://github.com/KhooLy/Fluxa) — the Android counterpart consuming this crate
|
||||
- [FluxaDesktop](https://github.com/KhooLy/FluxaDesktop) — the desktop counterpart consuming this crate
|
||||
|
||||
<!-- MARKDOWN LINKS -->
|
||||
[contributors-shield]: https://img.shields.io/github/contributors/KhooLy/fluxa-core.svg?style=for-the-badge
|
||||
[contributors-url]: https://github.com/KhooLy/fluxa-core/graphs/contributors
|
||||
[forks-shield]: https://img.shields.io/github/forks/KhooLy/fluxa-core.svg?style=for-the-badge
|
||||
[forks-url]: https://github.com/KhooLy/fluxa-core/network/members
|
||||
[stars-shield]: https://img.shields.io/github/stars/KhooLy/fluxa-core.svg?style=for-the-badge
|
||||
[stars-url]: https://github.com/KhooLy/fluxa-core/stargazers
|
||||
[issues-shield]: https://img.shields.io/github/issues/KhooLy/fluxa-core.svg?style=for-the-badge
|
||||
[issues-url]: https://github.com/KhooLy/fluxa-core/issues
|
||||
[license-shield]: https://img.shields.io/github/license/KhooLy/fluxa-core.svg?style=for-the-badge
|
||||
[license-url]: https://github.com/KhooLy/fluxa-core/blob/master/LICENSE
|
||||
|
|
|
|||
Loading…
Reference in a new issue