diff options
| author | Francisco Facioni <francisco@remyrobotics.com> | 2021-04-29 01:38:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-28 17:38:07 -0700 |
| commit | 5014989b543c07ef78377a80885c527f83e7f441 (patch) | |
| tree | 1f0a3e2721bfc0b83d27bed798312144ad9e11e5 /versions | |
| parent | 47c63128dd463b206906598b1707556152d8b7da (diff) | |
| download | vcpkg-5014989b543c07ef78377a80885c527f83e7f441.tar.gz vcpkg-5014989b543c07ef78377a80885c527f83e7f441.zip | |
[tinyexr] update version and add targets (#17360)
* [tinyexr] upgrade to 1.0.0 and add targets
* [tinyexr] Disable building sample
Co-authored-by: Stefano Sinigardi <stesinigardi@hotmail.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/t-/tinyexr.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index c2fdf2137..85a257391 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6029,7 +6029,7 @@ "port-version": 0 }, "tinyexr": { - "baseline": "2020-03-15", + "baseline": "1.0.0", "port-version": 0 }, "tinyfiledialogs": { diff --git a/versions/t-/tinyexr.json b/versions/t-/tinyexr.json index 1c45ea800..4bf4a7ad0 100644 --- a/versions/t-/tinyexr.json +++ b/versions/t-/tinyexr.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "b64261d4bf58c8ec08386f29bf15aaebd52ddc8d", + "version-string": "1.0.0", + "port-version": 0 + }, + { "git-tree": "b230e702351b9e07a6128a062e21ef06957a58ef", "version-string": "2020-03-15", "port-version": 0 |
