Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Daxa] update to version 3.0.3 #43112

Merged
merged 5 commits into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions ports/daxa/fix-std-sort.patch

This file was deleted.

4 changes: 1 addition & 3 deletions ports/daxa/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Ipotrick/Daxa
REF ${VERSION}
SHA512 53e31bd89170ee18f404ae778c6fd0d5a1cefa2faf9f28e98d793c79dddeb03acda5525c98b875e45024de5db9c5e9cd9216042978c3a107587fefb6343db1e0
SHA512 6c83ced7cf1388beb470a728916f9e954d359e88d016c6a55daf568bce032d20d3a21221b7c336f1f8bb99a29837c648a96c47d7aa22c595853aae71724c80a9
HEAD_REF master
PATCHES
fix-std-sort.patch #https://github.com/Ipotrick/Daxa/pull/96
JonLiu1993 marked this conversation as resolved.
Show resolved Hide resolved
)

vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
Expand Down
3 changes: 1 addition & 2 deletions ports/daxa/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "daxa",
"version": "3.0.2",
"port-version": 1,
"version": "3.0.3",
"description": "Daxa C++ Vulkan Abstraction",
"homepage": "https://github.com/Ipotrick/Daxa",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2237,8 +2237,8 @@
"port-version": 0
},
"daxa": {
"baseline": "3.0.2",
"port-version": 1
"baseline": "3.0.3",
"port-version": 0
},
"dbg-macro": {
"baseline": "0.5.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/d-/daxa.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "49ce42900d08a9cb5f42c309d3bba548f6fc3c6f",
"version": "3.0.3",
"port-version": 0
},
{
"git-tree": "320d4418d0cdcf84777100c9a53c170227c3b4dc",
"version": "3.0.2",
Expand Down