diff --git a/build.gradle b/build.gradle index 3314b9f8..5e7245e8 100644 --- a/build.gradle +++ b/build.gradle @@ -68,7 +68,7 @@ project(":lib-unicode4d") { } } -project(":lib-stepcode") { +project(":lib-basic4d") { apply plugin: "java-library" dependencies { api project(":lib-unicode4d") @@ -82,7 +82,7 @@ project(":lib-stepcode") { project(":main-gdxapp") { apply plugin: "java-library" dependencies { - api project(":lib-stepcode") + api project(":lib-basic4d") api "com.badlogicgames.gdx:gdx:$gdxVersion" api "io.github.spair:imgui-java-binding:$spairVersion" api "io.github.spair:imgui-java-lwjgl3:$spairVersion" diff --git a/lib-stepcode/build.gradle b/lib-basic4d/build.gradle similarity index 100% rename from lib-stepcode/build.gradle rename to lib-basic4d/build.gradle diff --git a/lib-stepcode/src/main/love/distributedrebirth/stepcode/StepCode.java b/lib-basic4d/src/main/love/distributedrebirth/stepcode/StepCode.java similarity index 100% rename from lib-stepcode/src/main/love/distributedrebirth/stepcode/StepCode.java rename to lib-basic4d/src/main/love/distributedrebirth/stepcode/StepCode.java diff --git a/settings.gradle b/settings.gradle index adb908a7..50a40a83 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1 @@ -include 'main-gdxapp-desktop', 'main-gdxapp', 'lib-bassboonyd', 'lib-numberxd', 'lib-unicode4d', 'lib-stepcode' \ No newline at end of file +include 'main-gdxapp-desktop', 'main-gdxapp', 'lib-bassboonyd', 'lib-numberxd', 'lib-unicode4d', 'lib-basic4d' \ No newline at end of file