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
Allow optional support libadwaita, there are two levels for this:
Calling libadwaita::init at the start of the application
Using appropriate libadwaita widgets
Ideally this would be exposed as a use_libadwaita option under the GTK section, but this doesn't seem realistic since weak linking isn't support in rust currently and probably not anything soon, and dynamically loading manually seems very hard and seems like it wouldn't work at all with the rust wrapper for it. Having it as a cargo feature and selection it at compile time seems a lot simpler, and I can make a PR for level 1 if this is wanted.
The text was updated successfully, but these errors were encountered:
Allow optional support libadwaita, there are two levels for this:
libadwaita::init
at the start of the applicationIdeally this would be exposed as a
use_libadwaita
option under the GTK section, but this doesn't seem realistic since weak linking isn't support in rust currently and probably not anything soon, and dynamically loading manually seems very hard and seems like it wouldn't work at all with the rust wrapper for it. Having it as a cargo feature and selection it at compile time seems a lot simpler, and I can make a PR for level 1 if this is wanted.The text was updated successfully, but these errors were encountered: