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
Rustpkg allows you to do rustpkg install --cfg image git://github.com/brson/rust-sdl.git but it doesn't let you do #[pkg_dep(url = "git://github.com/brson/rust-sdl.git", cfg = "image")];. NB. Rustpkg hasn't landed yet, but it has been approved.
The text was updated successfully, but these errors were encountered:
I'm not actually sure what we're going to do about dependencies on remote packages; I know for local dependencies, we'll infer them from extern mod directives.
Rustpkg allows you to do
rustpkg install --cfg image git://github.com/brson/rust-sdl.git
but it doesn't let you do#[pkg_dep(url = "git://github.com/brson/rust-sdl.git", cfg = "image")];
. NB. Rustpkg hasn't landed yet, but it has been approved.The text was updated successfully, but these errors were encountered: