diff options
| author | Spirrwell <Spirrwell@gmail.com> | 2021-09-23 20:57:27 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-23 17:57:27 -0700 |
| commit | b8a9f2b6d4cd42bb8489a1bdbe5a6df4997dff41 (patch) | |
| tree | bb834f2da1d3d22c5d8095ed6a9e8b52eebbab83 /versions | |
| parent | e6256745c670776ca0dcf8de3e00f6503820b0df (diff) | |
| download | vcpkg-b8a9f2b6d4cd42bb8489a1bdbe5a6df4997dff41.tar.gz vcpkg-b8a9f2b6d4cd42bb8489a1bdbe5a6df4997dff41.zip | |
[enet] Export config, support BUILD_SHARED_LIBS, and add usage (#20282)
* [enet] Export config, support BUILD_SHARED_LIBS, and add usage
* [enet] Update with requested changes
* Update the port version
* Update the deprecated funcutions
Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/e-/enet.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 101be86ce..cc14fd577 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1970,7 +1970,7 @@ }, "enet": { "baseline": "1.3.17", - "port-version": 0 + "port-version": 1 }, "ensmallen": { "baseline": "2.17.0", diff --git a/versions/e-/enet.json b/versions/e-/enet.json index 373fd575a..b2f8a6fee 100644 --- a/versions/e-/enet.json +++ b/versions/e-/enet.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "a31699670612c88cdf69dd80af975d44c10ac1f6", + "version": "1.3.17", + "port-version": 1 + }, + { "git-tree": "004a06d1e158f14059f597a1848b8f4a8d0a42f8", "version": "1.3.17", "port-version": 0 |
