Typehints for colours (#131)

This commit is contained in:
Richard Smith 2024-07-01 11:11:35 +01:00 committed by GitHub
parent edfd75af8d
commit 3260a18e7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 138 additions and 101 deletions

View file

@ -50,10 +50,8 @@ echo "creating pyi files"
python3 create_stub_pyray.py > pyray/__init__.pyi
python3 create_enums.py >> pyray/__init__.pyi
cat raylib/colors.py >> pyray/__init__.pyi
python3 create_stub_static.py >raylib/__init__.pyi
cat raylib/colors.py >> raylib/__init__.pyi
echo "installing sphinx modules"