File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,8 @@ New Features:
6868 line heights for multi-line text, left/right/center justification operations
6969 for multiline text, and specifying font sizes in units of pixels in addition
7070 to pt (PR #210)
71+ * Updated PySDL2 to automatically find and use Homebrew SDL2 binaries on
72+ Apple Silicon macs if no other usable binaries can be found.
7173
7274Fixed Bugs:
7375
Original file line number Diff line number Diff line change 11"""SDL2 wrapper package"""
2+ from __future__ import absolute_import
23from .dll import get_dll_file , _bind
34from ctypes import c_int as _cint
45
Original file line number Diff line number Diff line change 1- """DLL wrapper"""
1+ from __future__ import absolute_import
22import os
33import sys
44import warnings
You can’t perform that action at this time.
0 commit comments