diff options
| author | Take Vos <info@takevos.nl> | 2021-03-19 18:05:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-19 10:05:01 -0700 |
| commit | a3c09743dcd4a926c57ba0013c1b967014a71682 (patch) | |
| tree | 975df1c77ed6023a431778126e02356aebb7da09 /versions | |
| parent | a47284e8f8655c8d0a1a923a55ae10974a4e6ac4 (diff) | |
| download | vcpkg-a3c09743dcd4a926c57ba0013c1b967014a71682.tar.gz vcpkg-a3c09743dcd4a926c57ba0013c1b967014a71682.zip | |
[ttauri] Add new port (#16749)
* Port for ttauri
* ttauri version.json
* ONLY_STATIC_LIBRARY
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Miss spelling and turn off doxygen.
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Update version
* Change destination to
* Update version
* Update ports/ttauri/vcpkg.json
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Update version
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/t-/ttauri.json | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index c6edcf5f3..6fd5e403f 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6000,6 +6000,10 @@ "baseline": "0.6.2", "port-version": 0 }, + "ttauri": { + "baseline": "0.3.0", + "port-version": 0 + }, "turbobase64": { "baseline": "2020-01-12", "port-version": 0 diff --git a/versions/t-/ttauri.json b/versions/t-/ttauri.json new file mode 100644 index 000000000..409b4dff1 --- /dev/null +++ b/versions/t-/ttauri.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "053cdf5774b35c81572b9a2f398d8074e91d764f", + "version": "0.3.0", + "port-version": 0 + } + ] +} |
