File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,17 +24,17 @@ jobs:
2424 os : windows-latest
2525 cmake-args : -Dglaze_DISABLE_SIMD_WHEN_SUPPORTED=ON
2626
27- - backend : WebView2-Rfl
27+ - backend : WebView2-Hack
2828 backend-override : WebView2
2929 platform : Windows
3030 os : windows-latest
31- cmake-args : -Dsaucer_serializer=Rflpp
31+ cmake-args : -Dsaucer_msvc_hack=ON -Dglaze_DISABLE_SIMD_WHEN_SUPPORTED=ON
3232
33- - backend : WebView2-Hack
33+ - backend : WebView2-Rfl
3434 backend-override : WebView2
3535 platform : Windows
3636 os : windows-latest
37- cmake-args : -Dsaucer_msvc_hack=ON -Dglaze_DISABLE_SIMD_WHEN_SUPPORTED=ON
37+ cmake-args : -Dsaucer_serializer=Rflpp
3838
3939 - backend : WebView2-Hack-Rfl
4040 backend-override : WebView2
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.21 )
2- project (saucer-bindings LANGUAGES CXX VERSION 8.0.0 )
2+ project (saucer-bindings LANGUAGES CXX VERSION 8.0.1 )
33
44# +-------------------------------------------------------------------------------------------------------+
55# | Library switches |
@@ -82,7 +82,7 @@ include("cmake/cpm.cmake")
8282
8383CPMFindPackage (
8484 NAME saucer
85- VERSION 8.0.0
85+ VERSION 8.0.1
8686 GIT_REPOSITORY "https://github.com/saucer/saucer"
8787 OPTIONS "saucer_static OFF" "CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON"
8888)
You can’t perform that action at this time.
0 commit comments