Skip to content

Commit 537c8ae

Browse files
committed
Init
0 parents  commit 537c8ae

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "accesskit-c"]
2+
path = accesskit-c
3+
url = https://github.com/AccessKit/accesskit-c

accesskit-c

Submodule accesskit-c added at b17d41a

godot-pathces/patch_gnullvm.diff

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/CMakeLists.txt b/CMakeLists.txt
2+
index 05c8d7e..3458978 100644
3+
--- a/CMakeLists.txt
4+
+++ b/CMakeLists.txt
5+
@@ -11,7 +11,7 @@ if (ACCESSKIT_BUILD_LIBRARIES)
6+
FetchContent_Declare(
7+
Corrosion
8+
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
9+
- GIT_TAG v0.4.7
10+
+ GIT_TAG 934fee27ad0fa8f7ec24dcf671f7a40247c2bc2d
11+
)
12+
FetchContent_MakeAvailable(Corrosion)
13+

0 commit comments

Comments
 (0)