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
{{ message }}
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
Expected behavior
I would expect it to approve this, since this is the latest version and it compiles fine.
Screenshots
Operating System:
OS: Windows 10
Version 21H1
Cause of bug
The reason this fails is because it looks for the crate 'backend' from [target.'cfg(target_os = "macos")'.dependencies.backend] instead of the package field. Which I confirmed because the 'backend' crate actually has the versions the crates extensions suggested to me.
The text was updated successfully, but these errors were encountered:
Description
I ran into this issue when following a tutorial on gfx-hal, where I need a different backend crate for vulkan, metal, etc.
To Reproduce
Here is an example of the syntax I use:
Expected behavior
I would expect it to approve this, since this is the latest version and it compiles fine.
Screenshots
Operating System:
Cause of bug
The reason this fails is because it looks for the crate 'backend' from
[target.'cfg(target_os = "macos")'.dependencies.backend]
instead of the package field. Which I confirmed because the 'backend' crate actually has the versions the crates extensions suggested to me.The text was updated successfully, but these errors were encountered: