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:
|
Requirements:
|
||||||
- raylib
|
- raylib
|
||||||
- pytweening
|
- pytweening
|
||||||
- glm
|
- pyglm
|
||||||
|
|
||||||
Windows-Only Requirements:
|
Windows-Only Requirements:
|
||||||
- win32gui
|
- win32gui
|
||||||
- win32con
|
- win32con
|
||||||
- pywintypes
|
- pywintypes
|
||||||
|
|
||||||
|
Mac:
|
||||||
|
- pyobjus
|
||||||
|
- Cython
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import sys, time
|
import sys, time
|
||||||
|
|
Reference in a new issue