Unverified Commit 9b6b8109 authored by alexander-gorshenev's avatar alexander-gorshenev Committed by GitHub

Advanced K/N version (#100)

parent fb8b5aea
kotlin.code.style=official kotlin.code.style=official
kotlin.native.version=1.5.20-dev-5723 kotlin.native.version=1.5.30-dev-133
kotlin.code.style=official kotlin.code.style=official
deploy.version=0.0.0 deploy.version=0.0.0
kotlin.native.version=1.5.20-dev-5723 kotlin.native.version=1.5.30-dev-133
dependencies.skija.git.commit=a5d6dfd746b8a8ec2ef52ebea4baa53f299d080c dependencies.skija.git.commit=a5d6dfd746b8a8ec2ef52ebea4baa53f299d080c
dependencies.skia.windows-x64=m90-f1e4f21baf/Skia-m90-f1e4f21baf-windows-Release-x64 dependencies.skia.windows-x64=m90-f1e4f21baf/Skia-m90-f1e4f21baf-windows-Release-x64
......
package = org.jetbrains.skiko.skia.native package = org.jetbrains.skiko.skia.native
language = C++ language = C++
plugin = org.jetbrains.kotlin.native.cinterop.plugin.skia plugin = org.jetbrains.kotlin.native.interop.skia
compilerOpts.osx = -x c++ -std=c++14 \ compilerOpts.osx = -x c++ -std=c++14 \
-DSK_GL \ -DSK_GL \
-DSK_SUPPORT_GPU=1 \ -DSK_SUPPORT_GPU=1 \
......
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