raygui
This commit is contained in:
parent
7b246103d8
commit
43840f24cf
8 changed files with 4155 additions and 2 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -87,6 +87,9 @@ jobs:
|
|||
cmake -DINCLUDE_EVERYTHING=on -DWITH_PIC=on -DCMAKE_BUILD_TYPE=Release ..
|
||||
make -j2
|
||||
sudo make install
|
||||
- name: Build raygui
|
||||
run: |
|
||||
./build_raygui.sh
|
||||
- name: Build raylib-python-cffi
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
|
|
Reference in a new issue