We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45f6a02 commit e010e9bCopy full SHA for e010e9b
CHANGELOG.md
@@ -5,6 +5,10 @@ Arcade [PyPi Release History](https://pypi.org/project/arcade/#history) page.
5
6
## Unreleased
7
8
+- PyInstaller
9
+ - Fixed an issue where imports for backends for the `arcade.gl` package could not be discovered by PyInstaller.
10
+ Since 3.3.0 users have needed to add these hidden imports via the pyinstaller CLI in order for Arcade to work.
11
+
12
- GUI
13
- Fix a bug, where the caret of UIInputText was misplaced after resizing the widget
14
- Use incremental layout for UIScrollArea to improve performance of changing text
0 commit comments