Skip to content

Commit

Permalink
Fix conan recipe link
Browse files Browse the repository at this point in the history
  • Loading branch information
chusitoo authored Jul 30, 2023
1 parent f672933 commit 39bfcae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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/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://github.com/microsoft/vcpkg/tree/master/ports/flatbush)

A C++ adaptation of the great Flatbush JS library which implements a packed Hilbert R-tree algorithm.

Expand Down

0 comments on commit 39bfcae

Please sign in to comment.