mirror of
https://github.com/godotengine/godot-accesskit-c-static.git
synced 2025-12-31 13:48:22 +03:00
14 lines
440 B
Diff
14 lines
440 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index a09b9b6..5def2ce 100644
|
|
--- a/accesskit-c/CMakeLists.txt
|
|
+++ b/accesskit-c/CMakeLists.txt
|
|
@@ -11,7 +11,7 @@ if (ACCESSKIT_BUILD_LIBRARIES)
|
|
FetchContent_Declare(
|
|
Corrosion
|
|
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
|
|
- GIT_TAG v0.5.1
|
|
+ GIT_TAG fcd8b41981cb1e80f4dcc20fa8970dc6aa981c9f
|
|
)
|
|
FetchContent_MakeAvailable(Corrosion)
|
|
|