Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Commit

Permalink
[yoga] Enable for uwp (microsoft#36705)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored Feb 13, 2024
1 parent 9854d1d commit a582717
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ports/yoga/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "yoga",
"version": "2.0.1",
"port-version": 1,
"description": "Yoga is a cross-platform layout engine which implements Flexbox",
"homepage": "https://github.com/facebook/yoga",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -9458,7 +9458,7 @@
},
"yoga": {
"baseline": "2.0.1",
"port-version": 0
"port-version": 1
},
"yomm2": {
"baseline": "1.4.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/y-/yoga.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "216e97a199e84fb6894035fb5682e54a72f11744",
"version": "2.0.1",
"port-version": 1
},
{
"git-tree": "a388f93a28c77a78787ec7456af92ef63d8f80a2",
"version": "2.0.1",
Expand Down

0 comments on commit a582717

Please sign in to comment.