fix transparent example on mac
This commit is contained in:
parent
08d0183b0e
commit
a43b0fd9ea
1 changed files with 5 additions and 1 deletions
|
@ -2,12 +2,16 @@
|
|||
Requirements:
|
||||
- raylib
|
||||
- pytweening
|
||||
- glm
|
||||
- pyglm
|
||||
|
||||
Windows-Only Requirements:
|
||||
- win32gui
|
||||
- win32con
|
||||
- pywintypes
|
||||
|
||||
Mac:
|
||||
- pyobjus
|
||||
- Cython
|
||||
"""
|
||||
|
||||
import sys, time
|
||||
|
|
Reference in a new issue