Skip to content

Commit 66bcce7

Browse files
committed
[build] Update conan deps
1 parent eaf8880 commit 66bcce7

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

conandata.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
requirements:
2727
fmt:
2828
cmake: "fmt/11.0.0"
29-
conan: "fmt/11.2.0"
30-
upstream: "github.com fmtlib/fmt 11.2.0"
29+
conan: "fmt/12.1.0"
30+
upstream: "github.com fmtlib/fmt 12.1.0"
3131
upstream_defs: FMT_TEST=OFF FMT_DOC=OFF FMT_SYSTEM_HEADERS=ON
3232
public: True
3333
range_v3:
@@ -61,37 +61,37 @@ requirements:
6161
- data
6262
libzip:
6363
cmake: "libzip/1.7.0"
64-
conan: "libzip/1.11.3"
64+
conan: "libzip/1.11.4"
6565
sdl:
6666
cmake: "SDL3/3.2.0"
67-
conan: "sdl/3.2.6"
67+
conan: "sdl/3.2.20"
6868
prereq:
6969
- graphics
7070
vulkan:
7171
cmake: "Vulkan/1.2.0"
72-
conan: "vulkan-loader/1.3.290.0"
72+
conan: "vulkan-loader/1.4.313.0"
7373
public: True
7474
prereq:
7575
- graphics
7676
spirv-cross:
7777
cmake:
7878
- "spirv_cross_core/"
7979
- "spirv_cross_glsl/"
80-
conan: "spirv-cross/1.4.309.0"
81-
upstream: "github.com KhronosGroup/SPIRV-Cross vulkan-sdk-1.4.313.0"
80+
conan: "spirv-cross/1.4.321.0"
81+
upstream: "github.com KhronosGroup/SPIRV-Cross vulkan-sdk-1.4.328.1"
8282
upstream_defs: SPIRV_CROSS_STATIC=ON SPIRV_CROSS_SHARED=OFF SPIRV_CROSS_CLI=OFF
8383
prereq:
8484
- shed_tool
8585
freetype:
8686
cmake: "Freetype/2.10.0"
87-
conan: "freetype/2.13.3"
87+
conan: "freetype/2.14.1"
8888
conan_traits:
8989
- force=True
9090
prereq:
9191
- text
9292
harfbuzz:
9393
cmake: "harfbuzz/"
94-
conan: "harfbuzz/10.4.0"
94+
conan: "harfbuzz/11.4.1"
9595
upstream: "github.com harfbuzz/harfbuzz 11.2.1"
9696
upstream_tool: meson
9797
upstream_defs: tests=disabled
@@ -111,14 +111,14 @@ requirements:
111111
- data
112112
catch2:
113113
cmake: "Catch2/3"
114-
conan: "catch2/3.8.1"
114+
conan: "catch2/3.11.0"
115115
upstream: "github.com catchorg/Catch2 v3.8.1"
116116
upstream_defs: CATCH_INSTALL_DOCS=OFF CMAKE_CXX_STANDARD=20
117117
prereq:
118118
- tests
119119
benchmark:
120120
cmake: "benchmark/1.5.0"
121-
conan: "benchmark/1.9.1"
121+
conan: "benchmark/1.9.4"
122122
upstream: "github.com google/benchmark v1.9.4"
123123
upstream_defs: BENCHMARK_ENABLE_TESTING=OFF
124124
prereq:

0 commit comments

Comments
 (0)