We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aff4914 commit 1fae28dCopy full SHA for 1fae28d
package.json
@@ -20,7 +20,7 @@
20
"author": "liu <[email protected]>",
21
"license": "MIT",
22
"devDependencies": {
23
- "@lcui/react": "^0.3.0",
+ "@lcui/react": "^0.5.0",
24
"@lcui/react-icons": "^1.0.1",
25
"@thedutchcoder/postcss-rem-to-px": "^0.0.2",
26
"postcss": "^8.4.38",
vendor/LCUI
xmake.lua
@@ -2,7 +2,6 @@ set_project("app")
2
set_version("1.0.0")
3
set_warnings("all")
4
add_rules("mode.debug", "mode.release")
5
-add_includedirs("include")
6
add_defines("_CRT_SECURE_NO_WARNINGS")
7
includes("@builtin/xpack")
8
includes("vendor/LCUI/xmake.lua")
0 commit comments