Now have more test for the base functionality but need to push render tests and find a way to test the GUI. I've also brought in sol2 for lua integration but not sure what to do with it.
This commit is contained in:
parent
d0d62836e3
commit
e86d474c7c
14 changed files with 188 additions and 8 deletions
14
wraps/lua.wrap
Normal file
14
wraps/lua.wrap
Normal file
|
@ -0,0 +1,14 @@
|
|||
[wrap-file]
|
||||
directory = lua-5.4.6
|
||||
source_url = https://www.lua.org/ftp/lua-5.4.6.tar.gz
|
||||
source_filename = lua-5.4.6.tar.gz
|
||||
source_hash = 7d5ea1b9cb6aa0b59ca3dde1c6adcb57ef83a1ba8e5432c0ecd06bf439b3ad88
|
||||
patch_filename = lua_5.4.6-5_patch.zip
|
||||
patch_url = https://wrapdb.mesonbuild.com/v2/lua_5.4.6-5/get_patch
|
||||
patch_hash = 755ec591b6b4739650ba6bb11b4feca2d221ab7f80f024dd625f50c8932ad76f
|
||||
source_fallback_url = https://github.com/mesonbuild/wrapdb/releases/download/lua_5.4.6-5/lua-5.4.6.tar.gz
|
||||
wrapdb_version = 5.4.6-5
|
||||
|
||||
[provide]
|
||||
lua-5.4 = lua_dep
|
||||
lua = lua_dep
|
11
wraps/sol2.wrap
Normal file
11
wraps/sol2.wrap
Normal file
|
@ -0,0 +1,11 @@
|
|||
[wrap-git]
|
||||
url = https://github.com/ThePhD/sol2.git
|
||||
revision = v3.3.1
|
||||
depth = 1
|
||||
method = meson
|
||||
# patch_filename =
|
||||
# patch_hash =
|
||||
|
||||
|
||||
[provide]
|
||||
sol2 = sol2_dep
|
Loading…
Add table
Add a link
Reference in a new issue