Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign uparmv7 support #53
armv7 support #53
Conversation
|
r? @emilio or @SimonSapin |
| @@ -40,6 +40,10 @@ features = ["xlib"] | |||
| version = "2.3.0" | |||
| features = ["xlib"] | |||
|
|
|||
| [target.armv7-unknown-linux-gnueabihf.dependencies.x11] | |||
This comment has been minimized.
This comment has been minimized.
jdm
Apr 26, 2016
Member
It's legal to do
[target.cfg(target_os = "linux").dependencies]
x11 = { version = "2.3.0", features = ["xlib"] }
and that would allow us to remove all of these duplicate entries, I'm pretty sure.
This comment has been minimized.
This comment has been minimized.
fabricedesre
Apr 26, 2016
Author
Contributor
Cool, i'll try that. And maybe I'll update all the other repos where I added the armv7 section...
|
Looks good, also needs a version bump :P I'd prefer to use the |
|
r? @emilio |
|
|
|
Y es, xlib should not be used on |
|
Updated, sorry. |
|
LGTM, will merge and publish after the travis run :) Actually don't be sorry, thanks for doing this :) |
fabricedesre commentedApr 26, 2016
No description provided.