Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
BUILD.gn | D | 12-May-2024 | 793 | 29 | 26 | |
README.md | D | 12-May-2024 | 464 | 21 | 15 | |
main.mm | D | 12-May-2024 | 4.9 KiB | 147 | 119 |
README.md
1##`minimal_ios_mtl_skia_app` 2 3How to compile: 4 5 cd $SKIA_ROOT_DIRECTORY 6 7 mkdir -p out/ios_arm64_mtl 8 cat > out/ios_arm64_mtl/args.gn <<EOM 9 target_os="ios" 10 target_cpu="arm64" 11 skia_use_metal=true 12 skia_use_expat=false 13 skia_enable_pdf=false 14 EOM 15 16 tools/git-sync-deps 17 bin/gn gen out/ios_arm64_mtl 18 ninja -C out/ios_arm64_mtl minimal_ios_mtl_skia_app 19 20Then install the `out/ios_arm64_mtl/minimal_ios_mtl_skia_app.app` bundle. 21