Skip to content

Commit 866dfa3

Browse files
committed
Cubiome Added To Project Directly
1 parent e7bc5d4 commit 866dfa3

File tree

173 files changed

+24626
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

173 files changed

+24626
-8
lines changed

.gitignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ logs/
4141
.env
4242

4343
# cubiomes
44-
src/main/resources/cubiomes.dll
45-
src/main/resources/libcubiomes.dylib
46-
src/main/resources/libcubiomes.so
44+
#src/main/resources/cubiomes.dll
45+
#src/main/resources/libcubiomes.dylib
46+
#src/main/resources/libcubiomes.so
4747

48-
src/main/java/com/github/cubiomes/*
49-
!src/main/java/com/github/cubiomes/.gitkeep
48+
#src/main/java/com/github/cubiomes/*
49+
#src/main/java/com/github/cubiomes/.gitkeep
5050

5151
dump_includes.txt

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
url = https://github.com/xpple/cubiomes
44
[submodule "jextract"]
55
path = jextract
6-
url = https://github.com/xpple/jextract
7-
branch = fix-platform-dependent-types
6+
url = https://github.com/openjdk/jextract
7+
branch = jdk21

jextract

Submodule jextract updated 403 files

0 commit comments

Comments
 (0)