mirror of
https://github.com/rive-app/rive-cpp.git
synced 2026-01-18 21:21:17 +01:00
use skia directly from skia repository for recorder
We decided to use skia from Skia's original repository for the recorder in order to take advantage of some fixes that have been done. We are using version m113, because newer versions change the API significantly, and it wasn't worth the effort. Eventually, we'll want to use our renderer for this. Diffs= ee0a1ee5d use skia directly from skia repository for recorder (#6359) Co-authored-by: hernan <hernan@rive.app>
This commit is contained in:
@@ -77,6 +77,10 @@ getSkia () {
|
||||
|
||||
echo "Checking out branch $SKIA_BRANCH"
|
||||
git checkout $SKIA_BRANCH
|
||||
# Remove piet-gpu from dependencies because repository does not exist anymore
|
||||
sed -i.bak -r 's/.*piet.*//g' "$PWD/DEPS"
|
||||
|
||||
|
||||
python tools/git-sync-deps
|
||||
|
||||
popd
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
#include "include/core/SkMatrix.h"
|
||||
#include "include/core/SkPaint.h"
|
||||
#include "include/core/SkBlendMode.h"
|
||||
#include "include/core/SkPath.h"
|
||||
#include "include/core/SkPathTypes.h"
|
||||
#include "include/core/SkTileMode.h"
|
||||
|
||||
Reference in New Issue
Block a user