yuzu/externals/vcpkg/ports/concurrentqueue/vcpkg.json

7 lines
212 B
JSON
Raw Normal View History

2022-07-23 05:01:36 +04:00
{
"name": "concurrentqueue",
"version": "1.0.3",
"description": "A fast multi-producer, multi-consumer lock-free concurrent queue for C++11",
"homepage": "https://github.com/cameron314/concurrentqueue"
}