mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:19:00 +08:00
[Box2d] Update to 2.4.0 (#13058)
This commit is contained in:
parent
0720240051
commit
9816985c3d
@ -1,4 +1,5 @@
|
||||
Source: box2d
|
||||
Version: 2019-12-31
|
||||
Version: 2.4.0
|
||||
Description: An open source C++ engine for simulating rigid bodies in 2D.
|
||||
Homepage: https://box2d.org
|
||||
Supports: !uwp
|
||||
|
@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO erincatto/Box2D
|
||||
REF 37e2dc25f8da158abda10324d75cb4d1db009adf
|
||||
SHA512 c9021b6bbc8ee405e38418bdadc136814fb66d5f4928ffd06d2ed016751613ecc3e82e7f60851fdc7a2e13594f68c21e7b7adb06d35a5a02314235132556d174
|
||||
REF 4d7757feedc9dd36f64393ae08acfd3b9600ac17 #v2.4.0
|
||||
SHA512 197f701016c91fda944328e7d867f0a5baa152cce53fa35826986923456af593595bad884008944e041d9ac2e1d769a54eaad4142e19b42a3bb2a2010d814cc9
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
export-targets.patch
|
||||
|
@ -143,8 +143,6 @@ bond:x64-uwp=fail
|
||||
botan:arm64-windows=fail
|
||||
botan:arm-uwp=fail
|
||||
botan:x64-uwp=fail
|
||||
box2d:x64-uwp=fail
|
||||
box2d:arm-uwp=fail
|
||||
breakpad:arm64-windows=fail
|
||||
bullet3:arm64-windows=fail
|
||||
bullet3:arm-uwp=fail
|
||||
|
Loading…
Reference in New Issue
Block a user