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
eframe should only depend on libgtk-3-0, but for some reason, it depends on the dev library, libgtk-3-dev. I get the following error when launching my minimal egui + eframe application without libgtk-3-dev:
I'm trying to build an AppImage on a Debian docker image. It builds fine, but when I copy it over to my (arch linux) host, I'm getting a similar problem:
Version
eframe = { version = "0.22.0" }
Describe the bug
eframe should only depend on
libgtk-3-0
, but for some reason, it depends on the dev library,libgtk-3-dev
. I get the following error when launching my minimal egui + eframe application withoutlibgtk-3-dev
:To Reproduce
Steps to reproduce the behavior:
libgtk-3-0
Expected behavior
libgtk-3-0
Current workaround
libgtk-3-dev
The text was updated successfully, but these errors were encountered: