Skip to content

Commit

Permalink
chore: use levilamina pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Dec 31, 2023
1 parent 3666d6a commit e54be77
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions xmake.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
add_repositories("liteldev-repo https://github.com/LiteLDev/xmake-repo.git")
add_requires("levilamina develop") -- Change this to your expected version.
add_requires("levilamina") -- Change this to your expected version.

add_requires("sqlitecpp 3.2.1")
add_requires("openssl 1.1.1-t")
Expand Down Expand Up @@ -73,28 +73,4 @@ target("LegacyMoney") -- Change this to your plugin name.
}

plugin_packer.pack_plugin(target,plugin_define)
end)

package("levilamina")
add_urls("https://github.com/LiteLDev/LeviLamina.git")

-- Dependencies from xmake-repo.
add_deps("entt 3.12.2")
add_deps("fmt 10.1.1")
add_deps("gsl 4.0.0")
add_deps("leveldb 1.23")
add_deps("magic_enum 0.9.0")
add_deps("nlohmann_json 3.11.2")
add_deps("rapidjson 1.1.0")

-- Dependencies from liteldev-repo.
add_deps("ctre 3.8.1")
add_deps("pcg_cpp 1.0.0")
add_deps("pfr 2.1.1")
add_deps("preloader 1.3.1")
add_deps("symbolprovider 1.1.0")
add_deps("bdslibrary 1.20.50.03")

on_install(function (package)
import("package.tools.xmake").install(package)
end)

0 comments on commit e54be77

Please sign in to comment.