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 /ports | |
| parent | 0033112a66deb6e2db533d6017714e1e48c1587b (diff) | |
| download | vcpkg-e755dfcddc8ebdc639693ddc2d7a912a3ca1c96b.tar.gz vcpkg-e755dfcddc8ebdc639693ddc2d7a912a3ca1c96b.zip | |
Update of the ttauri port to 0.4.0 (#18910)
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/ttauri/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/ttauri/vcpkg.json | 6 |
2 files changed, 4 insertions, 6 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" ] |
