Skip to content

Commit

Permalink
repo: adapted to BDS version 1.21.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lovelylavender4 committed Jun 25, 2024
1 parent 2fc8b98 commit d2e9137
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tooth.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"asset_url": "My Asset Url",
"prerequisites": {
"github.com/LiteLDev/LeviLamina": "0.12.x"
"github.com/LiteLDev/LeviLamina": "0.13.x"
},
"files": {
"place": [
Expand Down
4 changes: 2 additions & 2 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ add_repositories("liteldev-repo https://github.com/LiteLDev/xmake-repo.git")
add_repositories("MiF-repo https://github.com/MiracleForest/xmake-repo.git")

-- Dependencies from xmake-repo.
add_requires("fmt")
-- add_requires("fmt")
add_requires("magic_enum")
add_requires("nlohmann_json")

Expand Down Expand Up @@ -38,7 +38,7 @@ target("iMinecraft")
add_includedirs("src")
add_packages(
"levilamina",
"fmt",
-- "fmt",
"magic_enum",
"nlohmann_json",
"iFamily"
Expand Down

0 comments on commit d2e9137

Please sign in to comment.