mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 03:22:47 +08:00
[imath] Update to 3.1.5 (#24059)
* Update imath to 3.1.5 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
This commit is contained in:
parent
e3e7583380
commit
26680008b2
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO AcademySoftwareFoundation/Imath
|
||||
REF v3.1.3
|
||||
SHA512 a11f5e736bc49098d735c7903f186c15b03efbec082a8cf2e6635546368035cec0d36c7ae64bfd01bd8eeffb2dd247b8dab19e440a3e1fe33008edacc1268f75
|
||||
REF v3.1.5
|
||||
SHA512 8344e42c75d8e4bb21facb837535f0c9e4a9489d9edebcc25d5d3c6063535f2bf54e4517d8fca3fedada248457aa07c9bd77d6e843a9d115278fc154de2cdc9d
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "imath",
|
||||
"version": "3.1.3",
|
||||
"port-version": 1,
|
||||
"version": "3.1.5",
|
||||
"description": "Imath is a C++ and Python library of 2D and 3D vector, matrix, and math operations for computer graphics.",
|
||||
"homepage": "https://github.com/AcademySoftwareFoundation/Imath",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -2901,8 +2901,8 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"imath": {
|
||||
"baseline": "3.1.3",
|
||||
"port-version": 1
|
||||
"baseline": "3.1.5",
|
||||
"port-version": 0
|
||||
},
|
||||
"imgui": {
|
||||
"baseline": "1.87",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e72149f2fce9434300bbdd84562ad7a58aa4ac90",
|
||||
"version": "3.1.5",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "f8d9cbaa52114f1030e4bc9ee0e075da76d7be5c",
|
||||
"version": "3.1.3",
|
||||
|
Loading…
Reference in New Issue
Block a user