Hello. After downloading the pre-built library all linkage errors went away except one:
error: link command failed with exit code 1 (use -v to see invocation)
/home/rd/src/self/timeline/.build/x86_64-unknown-linux-gnu/debug/SkiaKit.build/SkiaCApiVersion.swift.o:SkiaCApiVersion.swift.o:function $s7SkiaKit0A11CApiVersionC09getBinaryD0s5Int32VyFZ: error: undefined reference to 'sk_get_binary_c_api_version'
clang-13: error: linker command failed with exit code 1 (use -v to see invocation)
If I comment it, it does build and run successfully.
Hello. After downloading the pre-built library all linkage errors went away except one:
If I comment it, it does build and run successfully.