mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 03:19:00 +08:00
[yoga] Enable for uwp (#36705)
This commit is contained in:
parent
9854d1d922
commit
a58271747f
@ -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",
|
||||
|
@ -9458,7 +9458,7 @@
|
||||
},
|
||||
"yoga": {
|
||||
"baseline": "2.0.1",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"yomm2": {
|
||||
"baseline": "1.4.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "216e97a199e84fb6894035fb5682e54a72f11744",
|
||||
"version": "2.0.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "a388f93a28c77a78787ec7456af92ef63d8f80a2",
|
||||
"version": "2.0.1",
|
||||
|
Loading…
Reference in New Issue
Block a user