redox/recipes/drivers/recipe.sh
2017-04-08 17:26:30 -07:00

7 lines
109 B
Bash

GIT=https://github.com/redox-os/drivers
CARGOFLAGS=--all
function recipe_update {
cp ../Cargo.toml ./
}