From 70880a0d48286180b45f977e1dbccc9bb38f045f Mon Sep 17 00:00:00 2001 From: Alex E Date: Thu, 23 May 2024 21:38:19 -0400 Subject: [PATCH] Update vcpkg shield link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58f5055..533eaea 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Flatbush for C++ [![Ubuntu](https://github.com/chusitoo/flatbush/actions/workflows/ubuntu.yml/badge.svg)](https://github.com/chusitoo/flatbush/actions/workflows/ubuntu.yml) [![Windows](https://github.com/chusitoo/flatbush/actions/workflows/windows.yml/badge.svg)](https://github.com/chusitoo/flatbush/actions/workflows/windows.yml) [![macOS](https://github.com/chusitoo/flatbush/actions/workflows/macos.yml/badge.svg)](https://github.com/chusitoo/flatbush/actions/workflows/macos.yml) [![CodeQL](https://github.com/chusitoo/flatbush/actions/workflows/codeql.yml/badge.svg)](https://github.com/chusitoo/flatbush/actions/workflows/codeql.yml) [![DevSkim](https://github.com/chusitoo/flatbush/actions/workflows/devskim.yml/badge.svg)](https://github.com/chusitoo/flatbush/actions/workflows/devskim.yml) [![flawfinder](https://github.com/chusitoo/flatbush/actions/workflows/flawfinder.yml/badge.svg)](https://github.com/chusitoo/flatbush/actions/workflows/flawfinder.yml) -[![GitHub release (latest by date)](https://img.shields.io/github/v/release/chusitoo/flatbush)](https://github.com/chusitoo/flatbush/releases/latest) [![Conan Center](https://img.shields.io/conan/v/flatbush)](https://conan.io/center/recipes/flatbush) [![Vcpkg](https://img.shields.io/vcpkg/v/flatbush)](https://github.com/microsoft/vcpkg/tree/master/ports/flatbush) +[![GitHub release (latest by date)](https://img.shields.io/github/v/release/chusitoo/flatbush)](https://github.com/chusitoo/flatbush/releases/latest) [![Conan Center](https://img.shields.io/conan/v/flatbush)](https://conan.io/center/recipes/flatbush) [![Vcpkg](https://img.shields.io/vcpkg/v/flatbush)](https://vcpkg.link/ports/flatbush) A C++ adaptation of the great Flatbush JS library which implements a packed Hilbert R-tree algorithm.