Can cross use cross.toml in dependency? #1629
Replies: 1 comment 2 replies
-
No, this would not work like it should. Technically with 0.2.5 you can make it work (via package.metadata.cross) but it's a bug that was recently patched :3 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have made a crate and defines its cross.toml, but when I add it as a dependency, I still need to make a cross toml, add its cross.toml to be part of new cross.toml, can cross automatically detect it and cross compile with it?
Beta Was this translation helpful? Give feedback.
All reactions