Refactor depencies, add clay to the repo in preparation to move from raygui to clay
This commit is contained in:
parent
d748f742f7
commit
3c4ad68059
10 changed files with 528 additions and 81 deletions
|
|
@ -11,4 +11,10 @@ copy %ODIN_ROOT%\vendor\raylib\windows\raylib.dll build\raylib.dll
|
|||
|
||||
pushd vendors\dialog
|
||||
call .\build.bat
|
||||
popd
|
||||
popd
|
||||
|
||||
pushd vendors
|
||||
curl.exe --output clay.zip --url https://github.com/nicbarker/clay/releases/download/v0.14/clay-odin.zip
|
||||
@REM Apparently available on Win10 since build 17063 - https://superuser.com/a/1473255
|
||||
tar -xf .\clay.zip
|
||||
popd
|
||||
|
|
|
|||
|
|
@ -4,4 +4,10 @@ set -e
|
|||
|
||||
pushd vendors/dialog
|
||||
sh build.sh
|
||||
popd
|
||||
|
||||
pushd vendors
|
||||
wget https://github.com/nicbarker/clay/releases/download/v0.14/clay-odin.zip
|
||||
unzip clay-odin.zip
|
||||
rm -rf ./__MACOSX # Yeah...
|
||||
popd
|
||||
Loading…
Add table
Add a link
Reference in a new issue