1 Star 0 Fork 76

VeniVidiVici / LCUI

forked from liu / LCUI 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
lcpkg.json 1.26 KB
Copy Edit Raw Blame History
liu authored 2020-03-01 16:25 . build: update version to 2.0.0
{
"name": "LCUI",
"version": "2.0.0",
"description": "A small C library for building user interfaces with C, XML and CSS.",
"author": "Liu",
"arch": [
"x86",
"x64"
],
"platform": [
"windows",
"uwp"
],
"mode": [
"debug",
"release"
],
"package": {
"entry": {
"lib": "bin/${arch}-${platform}/${mode}",
"bin": {
"input": "bin/${arch}-${platform}/${mode}",
"targets": [
"LCUI",
"LCUIMain",
"LCUIApp"
]
},
"include": {
"input": "include",
"recursive": true
}
}
},
"dependencies": {
"libxml2-lite": {
"version": "latest",
"uri": "vcpkg:libxml2-lite",
"linkage": "static"
},
"libpng": {
"version": "latest",
"uri": "vcpkg:libpng",
"linkage": "static"
},
"libjpeg-turbo": {
"version": "latest",
"uri": "vcpkg:libjpeg-turbo",
"linkage": "static"
},
"freetype": {
"version": "latest",
"uri": "vcpkg:freetype",
"linkage": "static"
},
"zlib": {
"version": "latest",
"uri": "vcpkg:zlib",
"linkage": "static"
},
"bzip2": {
"version": "latest",
"uri": "vcpkg:bzip2",
"linkage": "static"
}
}
}
C
1
https://gitee.com/VeniVidiVici/LCUI.git
git@gitee.com:VeniVidiVici/LCUI.git
VeniVidiVici
LCUI
LCUI
master

Search