Skip to content

Commit

Permalink
Update premake to use latest patched Yoga
Browse files Browse the repository at this point in the history
Add a patch to Rive's yoga fork that fixes [issues with gap](rive-app/yoga@3497b3a). Pushed the patch to a new branch, so update the premake files to point to that.

Diffs=
670e8ea231 Update premake to use latest patched Yoga (#9011)

Co-authored-by: Philip Chung <[email protected]>
  • Loading branch information
philter and philter committed Feb 12, 2025
1 parent ce1d6a1 commit 6c6acda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
aee913977a8ffb8dd7df5bf5eb2951f02344eb48
670e8ea231777f4f1f63164460521227f16d8068
2 changes: 1 addition & 1 deletion dependencies/premake5_yoga.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local dependency = require('dependency')
yoga = dependency.github('rive-app/yoga', 'rive_changes_v2_0_1')
yoga = dependency.github('rive-app/yoga', 'rive_changes_v2_0_1_1')

workspace('rive')
configurations({ 'debug', 'release' })
Expand Down
2 changes: 1 addition & 1 deletion dependencies/premake5_yoga_v2.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dofile('rive_build_config.lua')

local dependency = require('dependency')
yoga = dependency.github('rive-app/yoga', 'rive_changes_v2_0_1')
yoga = dependency.github('rive-app/yoga', 'rive_changes_v2_0_1_1')

newoption({
trigger = 'no-yoga-renames',
Expand Down

0 comments on commit 6c6acda

Please sign in to comment.