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
If someone has a cargo.toml that has multiple output binaries, like this:
[[bin]]
name = "foo"
path = "bin/foo.rs"
[[bin]]
name = "bar"
path = "bin/bar.rs"
[[bin]]
name = "buzz"
path = "bin/buzz.rs"
Then there isn't a way to tell win resource which icon to apply to which binary, short of making a new cargo project.
Is this impossible due to build.rs limitations, or can it be accomplished?
The text was updated successfully, but these errors were encountered:
If someone has a cargo.toml that has multiple output binaries, like this:
Then there isn't a way to tell win resource which icon to apply to which binary, short of making a new cargo project.
Is this impossible due to
build.rs
limitations, or can it be accomplished?The text was updated successfully, but these errors were encountered: