diff options
| author | Todor Prokopov <koprok@users.noreply.github.com> | 2021-04-29 03:32:42 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-28 17:32:42 -0700 |
| commit | 655e1b4dabf4504948518fd0a67a0db76493d6e2 (patch) | |
| tree | 8dda171b8ae5e666b82284f2430be2aa76dd7cce /versions | |
| parent | 0b14f8595c7d5dda19975894385feb50aebcfd87 (diff) | |
| download | vcpkg-655e1b4dabf4504948518fd0a67a0db76493d6e2.tar.gz vcpkg-655e1b4dabf4504948518fd0a67a0db76493d6e2.zip | |
[urho3d] Add new port (#14538)
* [urho3d] Add new port
* [urho3d] Build master branch
* [urho3d] Fix osx build
* [urho3d] Fix windows build
* [urho3d] Update to newest version
* [urho3d] Add versions info
* [urho3d] arm and uwp are not supported
* [urho3d] Update versions info
* [urho3d] Convert CONTROL to vcpkg.json
* [urho3d] Update portfile.cmake to use newer cmake functions
* [urho3d] Fix ExternalProject_Add error
* [urho3d] Update versions info
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/u-/urho3d.json | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 68819c505..edcca312f 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6220,6 +6220,10 @@ "baseline": "1.0.5", "port-version": 1 }, + "urho3d": { + "baseline": "2021-03-01", + "port-version": 0 + }, "uriparser": { "baseline": "0.9.4", "port-version": 0 diff --git a/versions/u-/urho3d.json b/versions/u-/urho3d.json new file mode 100644 index 000000000..3c81006ed --- /dev/null +++ b/versions/u-/urho3d.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "1f456f57b63fe4e73605d2b2b5827aa4db385438", + "version-date": "2021-03-01", + "port-version": 0 + } + ] +} |
