mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 21:49:01 +08:00
e85b5bb95a
* add wayland * format manifest * uncomment the library guard * v db * add missing policy * v db
11 lines
295 B
JSON
11 lines
295 B
JSON
{
|
|
"name": "wayland-protocols",
|
|
"version": "1.23",
|
|
"description": "wayland-protocols contains Wayland protocols that add functionality not available in the Wayland core protocol.",
|
|
"homepage": "https://wayland.freedesktop.org",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"wayland"
|
|
]
|
|
}
|