update raylib
This commit is contained in:
parent
b3ff23e6cf
commit
2154d36b41
3 changed files with 3 additions and 3 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -330,7 +330,7 @@ jobs:
|
|||
- name: Test
|
||||
shell: bash
|
||||
run: |
|
||||
pip3 install dist/*.whl
|
||||
pip3 install --no-deps dist/*.whl
|
||||
cd /
|
||||
python3 -c 'import pyray; pyray.init_window(100,100,"test")' >/tmp/output 2>&1 || true
|
||||
cat /tmp/output
|
||||
|
|
2
raygui
2
raygui
|
@ -1 +1 @@
|
|||
Subproject commit b5a81fb76eec3521f4cbd6c02ace0dcc7b1cc810
|
||||
Subproject commit 1e03efca48c50c5ea4b4a053d5bf04bad58d3e43
|
2
raylib-c
2
raylib-c
|
@ -1 +1 @@
|
|||
Subproject commit e5d0cc978ae933ccccd41758d50d1cd57e3474d1
|
||||
Subproject commit c9c830cb971d7aa744fe3c7444b768ccd5176c4c
|
Reference in a new issue