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

Cargo features fix #99

Merged
merged 2 commits into from
Oct 13, 2014
Merged

Conversation

buster
Copy link

@buster buster commented Oct 13, 2014

Master branch doesn't let me specify rgtk as dependency in Cargo.toml
because features are not matching.
Master checks with cfg for GTK_3_12 but it should be feature="GTK_3_12".

Now, as per README you can specify for example and it works:

[dependencies.rgtk]
path = "../rgtk"
features = ["GTK_3_12"]

Master branch doesn't let me specify rgtk as dependency in Cargo.toml
because features are not matching.
Master checks with cfg for GTK_3_12 but it should be feature="GTK_3_12".
@GuillaumeGomez
Copy link
Contributor

I test it later and will merge it if it works. Thanks for your contribution !

@jeremyletang
Copy link
Owner

thanks for this !

jeremyletang added a commit that referenced this pull request Oct 13, 2014
@jeremyletang jeremyletang merged commit ca73240 into jeremyletang:master Oct 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants