lairworks / nas2d-core

NAS2D is an open source, object oriented 2D game development framework written in portable C++.
http://nas2d.lairworks.com
zlib License
10 stars 5 forks source link

Add `vcpkg` binary package caching #1112

Closed DanRStevens closed 1 year ago

DanRStevens commented 1 year ago

The GitHub hosted NuGet package repo can be used for binary package caching of vcpkg built dependencies. This allows for faster rebuilds of the vcpkg cache when some but not all packages need to be rebuilt.

Implements core feature upgrade discovered in #1110 Related to #1099