-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This makes sure that the yoga includes are only included in internal headers. Eventually we should move private headers to the "internal" folder, for now I'm just defining a helper header to include in internal only headers which will assert if it's incorrectly included by a runtime/higher level public implementation. Diffs= 071b19ba62 don't expose yoga includes (#8526)
- Loading branch information
luigi-rosso
committed
Nov 9, 2024
1 parent
ef56e95
commit 2b61bf0
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
ad1ca22bd5911398018c9a6883e4cba7a1b07c53 | ||
071b19ba62ea97db039f71dcab264d4934161db4 |
Submodule rive-runtime
updated
10 files
+1 −1 | .rive_head | |
+1 −1 | build/premake5.lua | |
+3 −0 | include/rive/internal/assert_internal_only.hpp | |
+2 −37 | include/rive/layout/layout_component_style.hpp | |
+21 −0 | include/rive/layout/layout_data.hpp | |
+46 −0 | include/rive/layout/layout_enums.hpp | |
+9 −36 | include/rive/layout_component.hpp | |
+1 −1 | premake5_v2.lua | |
+2 −1 | src/artboard.cpp | |
+44 −28 | src/layout_component.cpp |