Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Optionally load libadwaita and use libadwaita widgets #46

Open
bbb651 opened this issue Oct 21, 2023 · 1 comment
Open

[Feature] Optionally load libadwaita and use libadwaita widgets #46

bbb651 opened this issue Oct 21, 2023 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@bbb651
Copy link

bbb651 commented Oct 21, 2023

Allow optional support libadwaita, there are two levels for this:

  1. Calling libadwaita::init at the start of the application
  2. 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.

@rharish101
Copy link
Owner

Sure, feel free to work on a PR 👍🏽

@rharish101 rharish101 added the enhancement New feature or request label Dec 31, 2023
@rharish101 rharish101 added the help wanted Extra attention is needed label Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants