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

Explain you need --features="relm4/libadwaita" to use libadwaita properly #22

Open
Dariasteam opened this issue Oct 26, 2022 · 2 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@Dariasteam
Copy link

I am absolutely new to rust development so I apologize if this is too obvious to be added to the manual but it took me some time to figure out why the style of my adw widgets were wrong :)

@AaronErhardt
Copy link
Member

Currently, the feature flags are documented in the README: https://github.com/Relm4/Relm4#features

I don't think we should copy this documentation to the book because that would probably cause one of the lists to become outdated eventually. However, I think it's a good idea to mention that additional features exist and you might want to use
relm4 = { "0.5.0-beta.4", features = ["libadwaita"] }
for example.

@Dariasteam
Copy link
Author

I shouldn't have jumped so fast to the book then. Sorry and thanks!

@AaronErhardt AaronErhardt added good first issue Good for newcomers help wanted Extra attention is needed labels Oct 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants