Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "yoga-wasm", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "The Yoga layout engine, but in WebAssembly", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -32,4 +32,9 @@ # yoga-wasm | ||
### Contributing | ||
## Prior Art | ||
[`yoga-dom`](https://github.com/vincentriemer/yoga-dom) is another attempt to port Yoga to JS with WebAssembly. I leaned heavily on | ||
[viankakrisna](https://github.com/viankakrisna)'s `embind` bindings when porting the latest version of Yoga's bindings from `nbind` to `embind`. | ||
## Contributing | ||
Open a PR or file an issue! |
Sorry, the diff of this file is not supported yet
40
304299
9