mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 04:40:37 +08:00
Merge pull request #5208 from Jasper-Bekkers/master
Update flatbuffers to 1.10.0
This commit is contained in:
commit
38acd9fd02
@ -1,4 +1,4 @@
|
||||
Source: flatbuffers
|
||||
Version: 1.9.0-3
|
||||
Version: 1.10.0
|
||||
Description: Memory Efficient Serialization Library http://google.github.io/flatbuffers/
|
||||
FlatBuffers is an efficient cross platform serialization library for games and other memory constrained apps. It allows you to directly access serialized data without unpacking/parsing it first, while still having great forwards/backwards compatibility.
|
||||
|
@ -7,8 +7,8 @@ include(vcpkg_common_functions)
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO google/flatbuffers
|
||||
REF v1.9.0
|
||||
SHA512 0ba07dbe5b2fde1d0a6e14ee26ee2816062541d934eda204b846a30c019362f2626761b628c900293928b9b546dba8ca477c13182e022c3e0e0a142fd67f0696
|
||||
REF v1.10.0
|
||||
SHA512 b8382c8e9a45d6aca83270e93704b9ef2938e4ef9bb5165edbd8f286329e86353037ad6e54a99fd3d70b0c893d06cfd8766e00f05497e69be4b9e6c0506133d2
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
${CMAKE_CURRENT_LIST_DIR}/ignore_use_of_cmake_toolchain_file.patch
|
||||
|
Loading…
x
Reference in New Issue
Block a user