diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2021-07-23 05:52:17 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-22 14:52:17 -0700 |
| commit | 4eebfa3bef00c6a627e9adeb18442055d3172f3f (patch) | |
| tree | ed482114aa10775db21bd9f02c0bd8ffd5c44a3b /versions | |
| parent | 9ee3196412e8ed54f84464b61dbb3cc9b7298523 (diff) | |
| download | vcpkg-4eebfa3bef00c6a627e9adeb18442055d3172f3f.tar.gz vcpkg-4eebfa3bef00c6a627e9adeb18442055d3172f3f.zip | |
[urho3d] Add features, fix usage (#18975)
* [urho3d] Add features, fix usage
* update version stuff
* fix typo
* Correct installation
* fix installation
* update version
* Re-fix install
* Fix tools install
* typo
* Update versions/u-/urho3d.json
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/u-/urho3d.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 4c597ad5d..a20e9f409 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6462,7 +6462,7 @@ }, "urho3d": { "baseline": "2021-03-01", - "port-version": 0 + "port-version": 1 }, "uriparser": { "baseline": "0.9.4", diff --git a/versions/u-/urho3d.json b/versions/u-/urho3d.json index 3c81006ed..8a1c844d6 100644 --- a/versions/u-/urho3d.json +++ b/versions/u-/urho3d.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "a31df110bd09d7f49eec0cc5e7f19799ab83564a", + "version-date": "2021-03-01", + "port-version": 1 + }, + { "git-tree": "1f456f57b63fe4e73605d2b2b5827aa4db385438", "version-date": "2021-03-01", "port-version": 0 |
