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:
68
68
line heights for multi-line text, left/right/center justification operations
69
69
for multiline text, and specifying font sizes in units of pixels in addition
70
70
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.
71
73
72
74
Fixed Bugs:
73
75
Original file line number Diff line number Diff line change 1
1
"""SDL2 wrapper package"""
2
+ from __future__ import absolute_import
2
3
from .dll import get_dll_file , _bind
3
4
from ctypes import c_int as _cint
4
5
Original file line number Diff line number Diff line change 1
- """DLL wrapper"""
1
+ from __future__ import absolute_import
2
2
import os
3
3
import sys
4
4
import warnings
You can’t perform that action at this time.
0 commit comments