From 4a85ec75cc5b2069f84df66dc217a450a81e595f Mon Sep 17 00:00:00 2001 From: Liu Date: Sun, 22 Dec 2024 16:14:55 +0800 Subject: [PATCH] chore: delete lcpkg.json --- lcpkg.json | 72 ------------------------------------------------------ 1 file changed, 72 deletions(-) delete mode 100644 lcpkg.json diff --git a/lcpkg.json b/lcpkg.json deleted file mode 100644 index 57dbcf255..000000000 --- a/lcpkg.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "name": "LCUI", - "version": "2.2.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": { - "brotli": { - "version": "latest", - "uri": "vcpkg:brotli", - "linkage": "static" - }, - "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" - } - } -} \ No newline at end of file