Bump webgpuviewer (#3949)
* Continuous background color * Use ImageDecoder instead of Kim * Only get tag when in dual mode * Update libs.versions.toml * Make progress circle smaller and animate progress * Fix long strip showing the menu at ends
This commit is contained in:
@@ -39,11 +39,10 @@ firebase-bom = "34.19.0"
|
||||
firebase-crashlytics = "3.0.8"
|
||||
flexibleAdapter = "5.1.0"
|
||||
google-services = "4.5.0"
|
||||
image-decoder = "13"
|
||||
image-decoder = "14"
|
||||
injekt = "1.16.1"
|
||||
jsoup = "1.23.2"
|
||||
junit = "6.1.3"
|
||||
kim = "0.40.0"
|
||||
kotest-assertions = "6.2.5"
|
||||
kotlin-gradle = "2.4.20"
|
||||
kotlinx-coroutines = "1.11.0"
|
||||
@@ -75,7 +74,7 @@ tapmoc = "0.4.2"
|
||||
unifile = "08f224c8f9"
|
||||
valkyrie = "0.5.2"
|
||||
voyager = "2.2.21-1.10.3"
|
||||
webgpuviewer = "41"
|
||||
webgpuviewer = "46"
|
||||
xmlutil = "1.0.2"
|
||||
|
||||
[libraries]
|
||||
@@ -142,7 +141,6 @@ injekt = { module = "uy.kohesive.injekt:injekt-core", version.ref = "injekt" }
|
||||
jsoup = { module = "org.jsoup:jsoup", version.ref = "jsoup" }
|
||||
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit" }
|
||||
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher" }
|
||||
kim = { module = "de.stefan-oltmann:kim", version.ref = "kim" }
|
||||
kotest-assertions = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest-assertions" }
|
||||
kotlin-compose-compiler-gradle = { module = "org.jetbrains.kotlin:compose-compiler-gradle-plugin", version.ref = "kotlin-gradle" }
|
||||
kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin-gradle" }
|
||||
|
||||
Reference in New Issue
Block a user