You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixed an issue where imports for backends for the `arcade.gl` package could not be discovered by PyInstaller.
22
-
Since 3.3.0 users have needed to add these hidden imports via the pyinstaller CLI in order for Arcade to work. See [2764](https://github.com/pythonarcade/arcade/pull/2764)
22
+
Since 3.3.0 users have needed to add these hidden imports via the pyinstaller CLI in order for Arcade to work.
23
+
See [2764](https://github.com/pythonarcade/arcade/pull/2764)
23
24
24
25
- GUI
25
26
- Fix a bug, where the caret of UIInputText was misplaced after resizing the widget
0 commit comments