added bacon
This commit is contained in:
parent
1e3a3c19db
commit
bf6b9bc4d0
2 changed files with 5 additions and 4 deletions
|
@ -21,6 +21,7 @@ pkgs.mkShell {
|
|||
RUST_BACKTRACE = 1;
|
||||
|
||||
shellHook = ''
|
||||
alias gust=/home/nixolas/Documents/Gust/target/debug/gust
|
||||
'';
|
||||
cargo install --locked bacon
|
||||
export PATH=$HOME/.cargo/bin:$PATH
|
||||
'';
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
//use rodio::decoder::DecoderError;
|
||||
use rodio::{Decoder, OutputStream, OutputStreamHandle, Sink};
|
||||
use rodio::{Decoder, OutputStreamHandle, Sink};
|
||||
use std::fs::File;
|
||||
use std::io::BufReader;
|
||||
|
||||
|
|
Loading…
Reference in a new issue