From a43b0fd9ea2a58cf100a6836d02f1cbf90c67467 Mon Sep 17 00:00:00 2001 From: electronstudio Date: Thu, 17 Oct 2019 10:57:24 +0100 Subject: [PATCH] fix transparent example on mac --- examples/transparent_undecorated_window.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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