From 20e44d43a07c9b41f83e5a4bec11d0542426f8c8 Mon Sep 17 00:00:00 2001 From: vstan02 <63295109+vstan02@users.noreply.github.com> Date: Sat, 24 Apr 2021 12:19:03 +0300 Subject: [PATCH] Added Vcpkg to the list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5d9985f..64b772e 100644 --- a/README.md +++ b/README.md @@ -984,3 +984,4 @@ A curated list of awesome C frameworks, libraries and software. * [zedshaw/liblcthw](https://github.com/zedshaw/liblcthw) - The library you create when you are done with Learn C The Hard Way * [yunnian/php-nsq](https://github.com/yunnian/php-nsq) - a php nsq client write by c extension,the fastest nsq client * [oreboot/oreboot](https://github.com/oreboot/oreboot) - oreboot is a fork of coreboot, with C removed, written in Rust. +* [Vcpkg](https://github.com/microsoft/vcpkg) - Helps you manage C and C++ libraries on Windows, Linux and MacOS.