diff --git a/examples/transparent_undecorated_window.py b/examples/transparent_undecorated_window.py index 4a86fed..8b7c55b 100644 --- a/examples/transparent_undecorated_window.py +++ b/examples/transparent_undecorated_window.py @@ -2,12 +2,16 @@ Requirements: - raylib - pytweening -- glm +- pyglm Windows-Only Requirements: - win32gui - win32con - pywintypes + +Mac: +- pyobjus +- Cython """ import sys, time