mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 18:32:47 +08:00
[vulkan-headers] Updating port to latest version (#26194)
* Updating vulkan headers to latest * Formatting manifest * Updating version
This commit is contained in:
parent
b939b6a8da
commit
d87009a62b
@ -2,9 +2,9 @@
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO KhronosGroup/Vulkan-Headers
|
REPO KhronosGroup/Vulkan-Headers
|
||||||
REF 52a76fd0a693708eb8c25bd0ab7a1008091f64d4 #v1.2.203
|
REF 2b55157592bf4c639b76cc16d64acaef565cc4b5
|
||||||
SHA512 e3a337f0f1d0d003db522385b40ed187416e2246e64718b7d980ecdd92ac400a9e96b06dbb52c6f09cf7725772b5772727efb61c0e2f3a67989fe693fa569d38
|
SHA512 f1ea894ebc16d05d03addacba1e4dbd67fb5963d0fc4c084725bca5fb4e944eb7c46ef54febca8dd1530d36e9c8633001ba37ba3c24023a8d0391d030ca66ebe
|
||||||
HEAD_REF master
|
HEAD_REF v1.3.224
|
||||||
)
|
)
|
||||||
|
|
||||||
# This must be vulkan as other vulkan packages expect it there.
|
# This must be vulkan as other vulkan packages expect it there.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vulkan-headers",
|
"name": "vulkan-headers",
|
||||||
"version": "1.2.203",
|
"version": "1.3.224",
|
||||||
"description": "Vulkan header files and API registry",
|
"description": "Vulkan header files and API registry",
|
||||||
"homepage": "https://github.com/KhronosGroup/Vulkan-Headers"
|
"homepage": "https://github.com/KhronosGroup/Vulkan-Headers"
|
||||||
}
|
}
|
||||||
|
@ -7553,7 +7553,7 @@
|
|||||||
"port-version": 2
|
"port-version": 2
|
||||||
},
|
},
|
||||||
"vulkan-headers": {
|
"vulkan-headers": {
|
||||||
"baseline": "1.2.203",
|
"baseline": "1.3.224",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"vulkan-hpp": {
|
"vulkan-hpp": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "91d99bf9fe3492ffda0fbb13befda47b00ae388a",
|
||||||
|
"version": "1.3.224",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "b5192b1575959f03e204edc4712351461b6a2c23",
|
"git-tree": "b5192b1575959f03e204edc4712351461b6a2c23",
|
||||||
"version": "1.2.203",
|
"version": "1.2.203",
|
||||||
|
Loading…
Reference in New Issue
Block a user