-
Notifications
You must be signed in to change notification settings - Fork 544
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
Simplify target dependencies #987
Conversation
On a similar note... what do you guys think of feature-gating sdl and glfw? |
@eugene2k looks great, thanks! |
Might not need to feature-gate it at all. You said before that the reason why sdl was added as a dependency to gfx_app was so that everything could be tested with a single |
The fact that this doesn't work is a bug (or missing feature) in cargo, not by design, IIRC. But I can't really see a use case where the app launcher would choose |
There's a complication with that too. If the dependency is optional or not there, cargo can't find its manifest. So if you want to test say So, I guess you should probably merge the PR as it is... |
Yeah, I've been worrying about this too. Let's leave this for now. |
📌 Commit 5dfe598 has been approved by |
⚡ Test exempted - status |
Simplify target dependencies fixes #982 P.S. thx, pravic
987: Align stencil reference flags between pipeline creation and setting r=cwfitzgerald a=kvark Sibling of gfx-rs#986 for master Co-authored-by: Dzmitry Malyshau <dmalyshau@mozilla.com>
fixes #982
P.S. thx, pravic