-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Create a new dylib project #1212
Comments
The current method of creating a dylib isn't exactly the most desirable, and I've long wanted to tweak it to work a bit better with the rest of the system. That being said this would probably be fine to add for now as we'll probably continue supporting it later. |
As there hasn't been any activity here in a while would someone (the author, a team member, or any interested party) be able to summarise the current state, perhaps making explicit:
Thank you! (The cargo team is currently evaluating the use of Stale bot, and using #6035 as the tracking issue to gather feedback.) If you're reading this comment from the distant future, fear not if this was closed automatically. If you believe it's still an issue please leave a comment and a team member can reopen this issue. Opening a new issue is also acceptable! |
I believe that Attached is the output
|
I'm proposing we close this. I feel like dylib's aren't a large enough use case for built-in support but that we should instead close in favor of #5151. |
Agree. Closing in favor of #5151. |
Can I use
cargo new <name> --dylib
Currently, I can only
cargo new <name>
and then edit the Cargo.toml manually.The text was updated successfully, but these errors were encountered: