-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Add README.md files for
flow
and yoga-sys
packages
- Loading branch information
Showing
2 changed files
with
9 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# `flow` | ||
|
||
This package hosts an idiomatic Lua API wrapper for the low-level C API found in `yoga-sys`. All features available in | ||
the `yoga-sys` package should be available here, but if it is missing anything then please submit an issue or contribute | ||
a pull request! |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# `yoga-sys` | ||
|
||
This package hosts a translation of Yoga (currently `v1.19.0`) and its public C-style API. It is not intended for direct | ||
consumption and you should instead be using `flow`, which brings a more idiomatic Lua API. |