mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 03:12:48 +08:00
[vtk-m] Supports arm (#24853)
This commit is contained in:
parent
f8b8096912
commit
399b0dd6d9
@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "vtk-m",
|
||||
"version-semver": "1.6.0",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "VTK-m is a toolkit of scientific visualization algorithms for emerging processor architectures.",
|
||||
"homepage": "https://gitlab.kitware.com/vtk/vtk-m/",
|
||||
"supports": "x64 & !uwp",
|
||||
"supports": "!x86 & !uwp",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -7434,7 +7434,7 @@
|
||||
},
|
||||
"vtk-m": {
|
||||
"baseline": "1.6.0",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"vulkan": {
|
||||
"baseline": "1.1.82.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "bfd540dbdb5d0684ea4e5363e3b32cfceadcb542",
|
||||
"version-semver": "1.6.0",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "4732af1d6b93dd170e8340039ed4c111e32ff224",
|
||||
"version-semver": "1.6.0",
|
||||
|
Loading…
Reference in New Issue
Block a user