Skip to content

Commit a43b0fd

Browse files
fix transparent example on mac
1 parent 08d0183 commit a43b0fd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

examples/transparent_undecorated_window.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22
Requirements:
33
- raylib
44
- pytweening
5-
- glm
5+
- pyglm
66
77
Windows-Only Requirements:
88
- win32gui
99
- win32con
1010
- pywintypes
11+
12+
Mac:
13+
- pyobjus
14+
- Cython
1115
"""
1216

1317
import sys, time

0 commit comments

Comments
 (0)