From d2af535e7b8fd83c4135f87eab65e6a50a60f561 Mon Sep 17 00:00:00 2001 From: csmartdalton Date: Mon, 7 Oct 2024 18:52:49 +0000 Subject: [PATCH] Download python-ply inside of premake This way clients don't have to configure a virtual environment and install it. Diffs= 31bf5a44f Download python-ply inside of premake (#8285) Co-authored-by: Chris Dalton <99840794+csmartdalton@users.noreply.github.com> --- .rive_head | 2 +- CONTRIBUTING.md | 2 -- submodules/rive-runtime | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.rive_head b/.rive_head index 9218a09b..12508af8 100644 --- a/.rive_head +++ b/.rive_head @@ -1 +1 @@ -5d5d418b7316aa555edb7f8ada7f20714430bdfe +31bf5a44f282bd4c233a6fb9e44e73b0378bf449 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 29e07142..aa1e5d47 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,8 +9,6 @@ To get started with building this runtime, you must install a few prerequisites: - [premake5](https://premake.github.io/) - For premake5, you may download the binary, making sure it's available in your `$PATH`. Moving the executable to `/usr/local/bin/` will work. - [Homebrew](https://brew.sh) may be used to install premake5: `$ brew install premake` -- [ply](https://pypi.org/project/ply/) - - Installed with Python. On macOS, this can be installed using the default Python 3 installation: `$ pip3 install ply` Check that your Xcode active developer directory is set to one that includes the iOS and macOS toolchains. - You can check your currect directory by running `$ xcode-select -p` in the command line. diff --git a/submodules/rive-runtime b/submodules/rive-runtime index 8e6bb1e5..c1c48686 160000 --- a/submodules/rive-runtime +++ b/submodules/rive-runtime @@ -1 +1 @@ -Subproject commit 8e6bb1e5817986cb84d06dcbeaaec4c938d2d8d9 +Subproject commit c1c4868667592561e575bb86ecec59e4f3addb88