Commit c83d06cf authored by Nikolay Igotti's avatar Nikolay Igotti

Move Skija to c3faf18878a0ad3244e4119a69b555b5b77a21d0.

parent 2e73540a
...@@ -6,7 +6,7 @@ if [ ! -d ./skija ]; then ...@@ -6,7 +6,7 @@ if [ ! -d ./skija ]; then
else else
pushd ./skija && git pull pushd ./skija && git pull
fi fi
git checkout 82b8c697643ae8f2d6a315c27bd47601533b0397 git checkout c3faf18878a0ad3244e4119a69b555b5b77a21d0
popd popd
SEP=: SEP=:
......
package org.jetbrains.skiko package org.jetbrains.skiko
import org.jetbrains.skija.Library
import org.jetbrains.skija.Surface import org.jetbrains.skija.Surface
fun main() { fun main() {
......
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