File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ Arcade [PyPi Release History](https://pypi.org/project/arcade/#history) page.
55
66## Unreleased
77
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+
812- GUI
913 - Fix a bug, where the caret of UIInputText was misplaced after resizing the widget
1014 - Use incremental layout for UIScrollArea to improve performance of changing text
Original file line number Diff line number Diff line change 2222 "Only Linux, Mac, and Windows are supported."
2323 )
2424
25+ hiddenimports = ["arcade.gl.backends.opengl.provider" , "arcade.gl.backends.opengl" ]
26+
2527datas = []
2628binaries = []
2729
You can’t perform that action at this time.
0 commit comments