Refactor depencies, add clay to the repo in preparation to move from raygui to clay

This commit is contained in:
Stefan Stefanov 2026-01-02 21:13:34 +02:00
parent d748f742f7
commit 3c4ad68059
10 changed files with 528 additions and 81 deletions

View file

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