Skip to content

Commit

Permalink
Some module fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nshtengauer committed Dec 27, 2024
1 parent fdd2b25 commit d3bc8cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions modules/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ moduleInfo {
requiresTransitive = [
"kotlin.stdlib"
]
requiresStatic = [
"grapl.natives.core.win",
"grapl.natives.core.macos",
"grapl.natives.core.linux"
]
exports = [
"com.huskerdev.grapl",
"com.huskerdev.grapl.core",
Expand Down
5 changes: 0 additions & 5 deletions modules/gl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ moduleInfo {
requiresTransitive = [
"grapl"
]
requiresStatic = [
"grapl.natives.gl.win",
"grapl.natives.gl.macos",
"grapl.natives.gl.linux"
]
exports = [
"com.huskerdev.grapl.gl",
"com.huskerdev.grapl.gl.platforms.linux.egl",
Expand Down

0 comments on commit d3bc8cf

Please sign in to comment.