You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But a platform like Windows has multiple target triples and if I want to declare windows specific dependencies I have to repeat them across all of the target triples:
This quickly becomes tedious. I'd like a simplified version where I can specify a set of dependencies for a platform, something like [target.windows.dependencies]. The broader platform sets could match those used by the [cfg()] attribute (e.g. "windows", "unix", "macos", etc.).
Related to #1197 this could also be applied to features as [target.windows.features].
Thanks.
The text was updated successfully, but these errors were encountered:
As I understand it to specify target-specific dependencies you need to use the full target triple:
But a platform like Windows has multiple target triples and if I want to declare windows specific dependencies I have to repeat them across all of the target triples:
This quickly becomes tedious. I'd like a simplified version where I can specify a set of dependencies for a platform, something like
[target.windows.dependencies]
. The broader platform sets could match those used by the[cfg()]
attribute (e.g. "windows", "unix", "macos", etc.).Related to #1197 this could also be applied to features as
[target.windows.features]
.Thanks.
The text was updated successfully, but these errors were encountered: