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
|
|
@ -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