1
0
mirror of https://github.com/wqking/eventpp.git synced 2024-12-26 15:52:40 +08:00

Added shields for vcpkg and conan in readme

This commit is contained in:
wqking 2024-02-02 15:15:40 +08:00
parent 2504bafc9e
commit 9b2ceee0ee

View File

@ -25,6 +25,8 @@ eventpp is a C++ event library for callbacks, event dispatcher, and event queue.
![Compilers](https://img.shields.io/badge/Compilers-GCC%2FMSVC%2FClang%2FIntel-blue)
![License](https://img.shields.io/badge/License-Apache--2.0-blue)
![CI](https://github.com/wqking/eventpp/workflows/CI/badge.svg)
[![Vcpkg port](https://img.shields.io/vcpkg/v/eventpp)](https://vcpkg.link/ports/eventpp)
[![Conan Center](https://img.shields.io/conan/v/eventpp)](https://conan.io/center/recipes/eventpp)
## Facts and features