Commit f1847063 authored by Igor Demin's avatar Igor Demin

Move Skija to 11dc7805b8148df8f7b2c72651008b73bf06c00d

parent f8c72057
......@@ -230,6 +230,7 @@ tasks.withType(CppCompile::class.java).configureEach {
"-DSK_SCALAR_TO_FLOAT_EXCLUDED",
"-DSK_SUPPORT_GPU=1",
"-DSK_GL",
"-DSK_SHAPER_HARFBUZZ_AVAILABLE",
"-DSK_SUPPORT_OPENCL=0",
"-Dskija_EXPORTS",
"-DNDEBUG"
......@@ -243,6 +244,7 @@ tasks.withType(CppCompile::class.java).configureEach {
"-fvisibility=hidden",
"-fvisibility-inlines-hidden",
"-I$jdkHome/include/darwin",
"-DSK_SHAPER_CORETEXT_AVAILABLE",
"-DSK_BUILD_FOR_MAC",
"-DSK_METAL"
)
......
kotlin.code.style=official
deploy.version=0.1
dependencies.skija.git.commit=8337de6f42d9ed3442bca92faab456582f44c8e2
dependencies.skija.git.commit=11dc7805b8148df8f7b2c72651008b73bf06c00d
dependencies.skia.windows=m87-a0c82f0/Skia-m87-a0c82f0-windows-Release-x64
dependencies.skia.linux=m87-a0c82f0/Skia-m87-a0c82f0-linux-Release-x64
dependencies.skia.macos=m87-a0c82f0/Skia-m87-a0c82f0-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