diff options
| author | Take Vos <info@takevos.nl> | 2021-07-13 21:49:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-13 12:49:41 -0700 |
| commit | e755dfcddc8ebdc639693ddc2d7a912a3ca1c96b (patch) | |
| tree | b50b386d2f6c5039f5217d6eca3c89221d074566 | |
| parent | 0033112a66deb6e2db533d6017714e1e48c1587b (diff) | |
| download | vcpkg-e755dfcddc8ebdc639693ddc2d7a912a3ca1c96b.tar.gz vcpkg-e755dfcddc8ebdc639693ddc2d7a912a3ca1c96b.zip | |
Update of the ttauri port to 0.4.0 (#18910)
| -rw-r--r-- | ports/ttauri/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/ttauri/vcpkg.json | 6 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/t-/ttauri.json | 5 |
4 files changed, 10 insertions, 7 deletions
diff --git a/ports/ttauri/portfile.cmake b/ports/ttauri/portfile.cmake index 1c875eaea..7a9981775 100644 --- a/ports/ttauri/portfile.cmake +++ b/ports/ttauri/portfile.cmake @@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO ttauri-project/ttauri - REF v0.3.0 - SHA512 8e01ea28516063902483da3fae1ecf8524d47803b3809c289ce6bba39fd47e6ba20d8882f2cfce9a0f7101b917f51659592dfe38f0353f91977e6db7f94e0400 + REF v0.4.0 + SHA512 85a15b9d9b1b98b5811a5833415d1ab8a34b39e055959038507b3d873c3544b5193817ce8d474ffc4f8b7ad1602bc0f6401e3565225cf58a90ddee3f9f0a0731 HEAD_REF main ) diff --git a/ports/ttauri/vcpkg.json b/ports/ttauri/vcpkg.json index 192d05441..7b989bb4c 100644 --- a/ports/ttauri/vcpkg.json +++ b/ports/ttauri/vcpkg.json @@ -1,14 +1,12 @@ { "name": "ttauri", - "version": "0.3.0", + "version": "0.4.0", "maintainers": "@takev", - "description": "A portable, low latency, retained-mode GUI library written in C++.", + "description": "A portable, low latency, retained-mode GUI framework written in C++.", "homepage": "https://github.com/ttauri-project/ttauri", "license": "BSL-1.0", "supports": "windows & x64", "dependencies": [ - "date", - "fmt", "vulkan", "vulkan-memory-allocator" ] diff --git a/versions/baseline.json b/versions/baseline.json index 4d1d347dc..f6150ef34 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6369,7 +6369,7 @@ "port-version": 0 }, "ttauri": { - "baseline": "0.3.0", + "baseline": "0.4.0", "port-version": 0 }, "turbobase64": { diff --git a/versions/t-/ttauri.json b/versions/t-/ttauri.json index 409b4dff1..e44489240 100644 --- a/versions/t-/ttauri.json +++ b/versions/t-/ttauri.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "640bce2fd18c48a41a148e9c0c9ee19f6537b171", + "version": "0.4.0", + "port-version": 0 + }, + { "git-tree": "053cdf5774b35c81572b9a2f398d8074e91d764f", "version": "0.3.0", "port-version": 0 |
