mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
4ef8940db3
commit
2ac5e97383
1 changed files with 9 additions and 7 deletions
|
@ -8,10 +8,12 @@ versions:
|
|||
|
||||
dependencies:
|
||||
# It needs Rust and Cargo at runtime as well (for building)
|
||||
rust-lang.org: "*"
|
||||
rust-lang.org/cargo: "*"
|
||||
rust-lang.org: '*'
|
||||
rust-lang.org/cargo: '*'
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
cmake.org: 3
|
||||
env:
|
||||
RUSTFLAGS:
|
||||
# Ignore warnings (to focus on errors)
|
||||
|
|
Loading…
Reference in a new issue