Skip to content

Commit

Permalink
Update skia to m126-d2aaacc35d-4 (#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
eymar authored Sep 25, 2024
1 parent d8b1f9e commit 1bd3058
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion skiko/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ kotlin.code.style=official
deploy.version=0.0.0


dependencies.skia=m126-d2aaacc35d-1
dependencies.skia=m126-d2aaacc35d-4

# you can override general skia dependencies by passing platform-specific property:
# dependencies.skia.android-arm64
Expand Down
2 changes: 2 additions & 0 deletions skiko/src/awtTest/kotlin/org/jetbrains/skiko/SkiaLayerTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,8 @@ class SkiaLayerTest {
// SOFTWARE_COMPAT fails because it's just too slow
excludeRenderApis = listOf(GraphicsApi.SOFTWARE_COMPAT)
) {
assumeTrue(hostOs == OS.MacOS) // since the test has 'metal' in its name (it is flaky on Windows)

val renderTimes = mutableListOf<Long>()
val renderer = object: SkikoRenderDelegate {
override fun onRender(canvas: Canvas, width: Int, height: Int, nanoTime: Long) {
Expand Down

0 comments on commit 1bd3058

Please sign in to comment.