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.
Rustpkg allows you to do
rustpkg install --cfg image git://github.com/brson/rust-sdl.gitbut 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.