Unverified Commit f41e60f3 authored by Nikolay Igotti's avatar Nikolay Igotti Committed by GitHub

Use Skia m86 (#8)

parent f9743525
...@@ -228,6 +228,7 @@ tasks.withType(CppCompile::class.java).configureEach { ...@@ -228,6 +228,7 @@ tasks.withType(CppCompile::class.java).configureEach {
"-DSK_GAMMA_SRGB", "-DSK_GAMMA_SRGB",
"-DSK_SCALAR_TO_FLOAT_EXCLUDED", "-DSK_SCALAR_TO_FLOAT_EXCLUDED",
"-DSK_SUPPORT_GPU=1", "-DSK_SUPPORT_GPU=1",
"-DSK_GL",
"-DSK_SUPPORT_OPENCL=0", "-DSK_SUPPORT_OPENCL=0",
"-Dskija_EXPORTS", "-Dskija_EXPORTS",
"-DNDEBUG" "-DNDEBUG"
......
kotlin.code.style=official kotlin.code.style=official
deploy.version=0.1 deploy.version=0.1
dependencies.skija.git.commit=b9891b101346719f81dc10ee37d7348c650361dc
dependencies.skia.windows= Skia-m85-windows-Release-x64 dependencies.skija.git.commit=eb5e0ecfb2fe15b75cb84bac7e78f76f8268127c
dependencies.skia.linux=Skia-m85-linux-Release-x64 dependencies.skia.windows=Skia-m86-windows-Release-x64
dependencies.skia.macos=Skia-85-macos-Release-x64 dependencies.skia.linux=Skia-m86-linux-Release-x64
\ No newline at end of file dependencies.skia.macos=Skia-m86-macos-Release-x64
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment