mirror of
https://github.com/godotengine/godot-accesskit-c-static.git
synced 2026-02-24 22:36:48 +03:00
Init
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
[submodule "accesskit-c"]
|
||||
path = accesskit-c
|
||||
url = https://github.com/AccessKit/accesskit-c
|
||||
1
accesskit-c
Submodule
1
accesskit-c
Submodule
Submodule accesskit-c added at b17d41aba8
13
godot-pathces/patch_gnullvm.diff
Normal file
13
godot-pathces/patch_gnullvm.diff
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 05c8d7e..3458978 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/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.4.7
|
||||
+ GIT_TAG 934fee27ad0fa8f7ec24dcf671f7a40247c2bc2d
|
||||
)
|
||||
FetchContent_MakeAvailable(Corrosion)
|
||||
|
||||
Reference in New Issue
Block a user