Skip to content

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
squid233 committed Aug 5, 2023
1 parent d331326 commit b22ef09
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# OverrunGL Artifacts Customizer

[![pages-build-deployment](https://github.com/Over-Run/overrungl-gen/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/Over-Run/overrungl-gen/actions/workflows/pages/pages-build-deployment)

The customizer for OverrunGL is available on [GitHub](https://over-run.github.io/overrungl-gen/).
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "io.github.over-run"
version = "0.2.1"
version = "0.2.2"

repositories {
mavenCentral()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package io.github.overrun.application

const val VER_CUSTOMIZER = "0.2.1"
const val VER_CUSTOMIZER = "0.2.2"
const val VER_JOML = "1.10.5"

val VER_MAPPING = HashMap<String, Version>()
Expand Down
7 changes: 1 addition & 6 deletions src/jsMain/kotlin/Welcome.kt
Original file line number Diff line number Diff line change
Expand Up @@ -308,12 +308,7 @@ val Welcome = FC<WelcomeProps> { props ->
}.forEach {
+" implementation(\"io.github.over-run:${it.artifactName}\")\n"
if (it.natives.isNotEmpty()) {
+" runtimeOnly(\"io.github.over-run:${it.artifactName}${
when (language) {
Lang.GROOVY -> "::\$overrunglNatives\""
Lang.KOTLIN -> "\", classifier = overrunglNatives"
}
})\n"
+" runtimeOnly(\"io.github.over-run:${it.artifactName}::\$overrunglNatives\")\n"
}
}
if (jomlEnabled) {
Expand Down

0 comments on commit b22ef09

Please sign in to comment.