Skip to content

Commit 8de17b5

Browse files
committed
Add C++17, CMake 3.14+, and header-only badges to README
1 parent c2e58c4 commit 8de17b5

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@
1313
<a href="https://github.com/gistrec/cpp-geometry-library/releases">
1414
<img src="https://img.shields.io/github/v/release/gistrec/cpp-geometry-library" alt="Release">
1515
</a>
16+
<a href="#">
17+
<img src="https://img.shields.io/badge/C%2B%2B-17-blue" alt="C++17">
18+
</a>
19+
<a href="#">
20+
<img src="https://img.shields.io/badge/CMake-3.14%2B-064F8C?logo=cmake&logoColor=white" alt="CMake 3.14+">
21+
</a>
22+
<a href="#">
23+
<img src="https://img.shields.io/badge/header--only-yes-brightgreen" alt="Header-only">
24+
</a>
1625
<a href="#">
1726
<img src="https://img.shields.io/badge/platform-windows%20%7C%20linux%20%7C%20osx-brightgreen" alt="Supported platforms">
1827
</a>

0 commit comments

Comments
 (0)