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
I am using calf-file-picker in a multiplatform app. After switching from 0.4.1 to 0.5.5 I observed an increase of my installer size of 1.8 MB which seems to be due to the use of JNA. Is it really necessary to use JNA? 0.4.1 did not seem to need it.
The text was updated successfully, but these errors were encountered:
Before JNA I was using AWT, but it was lacking from a lot of features (filtering files in windows, picking folders...)
Maybe I will consider using JNI instead to improve this.
MohamedRejeb
changed the title
Use of JNA increases installer size
[Desktop] Use JNI instead of JNA in calf-file-picker
Sep 14, 2024
I am using calf-file-picker in a multiplatform app. After switching from 0.4.1 to 0.5.5 I observed an increase of my installer size of 1.8 MB which seems to be due to the use of JNA. Is it really necessary to use JNA? 0.4.1 did not seem to need it.
The text was updated successfully, but these errors were encountered: