Skip to content

Commit

Permalink
chore:更新依赖版本
Browse files Browse the repository at this point in the history
  • Loading branch information
engsr6982 authored Feb 1, 2025
1 parent 7a9282c commit 9a82818
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ add_repositories("miracleforest-repo https://github.com/MiracleForest/xmake-repo
-- add_requires("levilamina develop") to use develop version
-- please note that you should add bdslibrary yourself if using dev version
if is_config("target_type", "server") then
add_requires("levilamina 1.0.0", {configs = {target_type = "server"}})
add_requires("levilamina 1.0.1", {configs = {target_type = "server"}})
else
add_requires("levilamina 1.0.0", {configs = {target_type = "client"}})
add_requires("levilamina 1.0.1", {configs = {target_type = "client"}})
end
add_requires("levibuildscript")
add_requires("ilistenattentively 0.2.3")
Expand All @@ -19,7 +19,7 @@ if not has_config("vs_runtime") then
end

if get_config("overworld") == false then
add_requires("more-dimensions 0.4.1")
add_requires("more-dimensions 0.5.0")
end

option("target_type")
Expand Down

0 comments on commit 9a82818

Please sign in to comment.