mas-bandwidth / yojimbo

A network library for client/server games written in C++
BSD 3-Clause "New" or "Revised" License
2.46k stars 239 forks source link

Added support for using a custom registry with vcpkg and also hiding … #179

Closed McKillroy closed 9 months ago

McKillroy commented 2 years ago

Extended the vcpkg possibilities. Adding a variant using a custom vcpkg registry and hiding away the transitive dependencies when consuming yojimbo. See the readme files in /vcpkg directory Should make consumption of yojimbo with vcpkg even easier. Signed-off-by: Yorlik mckillroy@gmail.com

gafferongames commented 9 months ago

Hi folks, I've removed the dependencies so we can redo the vcpkg much simpler once the refactor is complete. -- cheers all