|
1 | 1 | ### antex |
2 | 2 |
|
3 | 3 | [![crates.io][crates-badge]][crates-url] |
4 | | -[![coverage][cov-badge]][cov-url] |
5 | | -![build Linux][build-badge-linux] |
6 | | -![build Windows][build-badge-windows] |
7 | | -![build macOs][build-badge-macos] |
8 | | -![build macOs arm64][build-badge-macos-arm64] |
| 4 | +[![coverage][cov-badge]][cov-url] |
| 5 | +![build-linux-gnu][build-badge-linux-gnu] |
| 6 | +![build-linux-musl][build-badge-linux-musl] |
| 7 | +![build-macos][build-badge-macos] |
| 8 | +![build-macos-aarch64][build-badge-macos-aarch64] |
| 9 | +![build-windows][build-badge-windows] |
9 | 10 | [![mit-license][mit-badge]][mit-license-url] |
10 | 11 | [![apache-license][apache-badge]][apache-license-url] |
11 | | -[![cc][cc-badge]][cc-url] |
| 12 | +[![cc][cc-badge]][cc-url] |
12 | 13 | [![mbh][mbh-badge]][mbh-url] |
13 | 14 | [![es][es-badge]][es-url] |
14 | 15 |
|
15 | 16 | [crates-badge]: https://img.shields.io/crates/v/antex.svg |
16 | 17 | [crates-url]: https://crates.io/crates/antex |
17 | 18 | [cov-badge]: https://img.shields.io/badge/coverage-100%25-21b577.svg |
18 | 19 | [cov-url]: https://crates.io/crates/coverio |
19 | | -[build-badge-linux]: https://github.com/EngosSoftware/antex/actions/workflows/build-linux.yml/badge.svg |
20 | | -[build-badge-windows]: https://github.com/EngosSoftware/antex/actions/workflows/build-windows.yml/badge.svg |
| 20 | +[build-badge-linux-gnu]: https://github.com/EngosSoftware/antex/actions/workflows/build-linux-gnu.yml/badge.svg |
| 21 | +[build-badge-linux-musl]: https://github.com/EngosSoftware/antex/actions/workflows/build-linux-musl.yml/badge.svg |
21 | 22 | [build-badge-macos]: https://github.com/EngosSoftware/antex/actions/workflows/build-macos.yml/badge.svg |
22 | | -[build-badge-macos-arm64]: https://github.com/EngosSoftware/antex/actions/workflows/build-macos-arm64.yml/badge.svg |
23 | | -[mit-badge]: https://img.shields.io/badge/License-MIT-4169E1.svg |
| 23 | +[build-badge-macos-aarch64]: https://github.com/EngosSoftware/antex/actions/workflows/build-macos-aarch64.yml/badge.svg |
| 24 | +[build-badge-windows]: https://github.com/EngosSoftware/antex/actions/workflows/build-windows.yml/badge.svg |
| 25 | +[mit-badge]: https://img.shields.io/badge/License-MIT-9370DB.svg |
24 | 26 | [mit-url]: https://opensource.org/licenses/MIT |
25 | 27 | [mit-license-url]: https://github.com/EngosSoftware/antex/blob/main/LICENSE-MIT |
26 | | -[apache-badge]: https://img.shields.io/badge/License-Apache%202.0-4169E1.svg |
| 28 | +[apache-badge]: https://img.shields.io/badge/License-Apache%202.0-9370DB.svg |
27 | 29 | [apache-url]: https://www.apache.org/licenses/LICENSE-2.0 |
28 | 30 | [apache-license-url]: https://github.com/EngosSoftware/antex/blob/main/LICENSE |
29 | 31 | [apache-notice-url]: https://github.com/EngosSoftware/antex/blob/main/NOTICE |
30 | | -[cc-badge]: https://img.shields.io/badge/Contributor%20Covenant-2.1-4169E1.svg |
| 32 | +[cc-badge]: https://img.shields.io/badge/Contributor%20Covenant-2.1-9370DB.svg |
31 | 33 | [cc-url]: https://github.com/EngosSoftware/antex/blob/main/CODE_OF_CONDUCT.md |
32 | | -[mbh-badge]: https://img.shields.io/badge/Made_by_a-HUMAN-DC143C.svg |
| 34 | +[mbh-badge]: https://img.shields.io/badge/Made_by-HUMAN-F5DEB3.svg |
33 | 35 | [mbh-url]: https://github.com/DariuszDepta |
34 | | -[es-badge]: https://img.shields.io/badge/at-Engos_Software-32CD32.svg |
| 36 | +[es-badge]: https://img.shields.io/badge/at-Engos_Software-ADD8E6.svg |
35 | 37 | [es-url]: https://engos.de |
36 | 38 | [repository-url]: https://github.com/EngosSoftware/antex |
37 | 39 |
|
|
0 commit comments