diff options
| author | Jonathan Hale <Squareys@googlemail.com> | 2021-01-27 00:03:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-26 15:03:54 -0800 |
| commit | 795588570aa5fb2d4f33a13648b8b602e9d4a52c (patch) | |
| tree | c32a1727b37ecd64460694ec2ef84a89813156d8 /versions | |
| parent | e72302d44237c751bcf3db8a4d5922d34d45f68f (diff) | |
| download | vcpkg-795588570aa5fb2d4f33a13648b8b602e9d4a52c.tar.gz vcpkg-795588570aa5fb2d4f33a13648b8b602e9d4a52c.zip | |
[magnum,magnum-plugins] Add vulkan and shaderconverter features (#15163)
* [magnum,magnum-plugins] Add vulkan and shaderconverter features
Signed-off-by: Squareys <squareys@googlemail.com>
* [magnum,-plugins] Add warning for features unavailable in non-head version
Signed-off-by: Squareys <squareys@googlemail.com>
* update version record
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/m-/magnum-plugins.json | 5 | ||||
| -rw-r--r-- | versions/m-/magnum.json | 5 |
3 files changed, 12 insertions, 2 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 31bebe2f7..988fd085c 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3614,7 +3614,7 @@ }, "magnum": { "baseline": "2020.06", - "port-version": 2 + "port-version": 3 }, "magnum-extras": { "baseline": "2020.06", @@ -3626,7 +3626,7 @@ }, "magnum-plugins": { "baseline": "2020.06", - "port-version": 1 + "port-version": 2 }, "mapbox-variant": { "baseline": "1.2.0", diff --git a/versions/m-/magnum-plugins.json b/versions/m-/magnum-plugins.json index 743464560..0913d3788 100644 --- a/versions/m-/magnum-plugins.json +++ b/versions/m-/magnum-plugins.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "b9b701869c5d4f5f4203702622d2bbfa58b6517f", + "version-string": "2020.06", + "port-version": 2 + }, + { "git-tree": "bc7aca74b45fcc3c73d3b0d051e63602c270f0b4", "version-string": "2020.06", "port-version": 1 diff --git a/versions/m-/magnum.json b/versions/m-/magnum.json index 59800ad4f..171c91661 100644 --- a/versions/m-/magnum.json +++ b/versions/m-/magnum.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "84fd6db3cf53cfcb736bfb14b08b86940f5588e1", + "version-string": "2020.06", + "port-version": 3 + }, + { "git-tree": "e7a2404e1104325d881715e65459dd3c8a450489", "version-string": "2020.06", "port-version": 2 |
