added bacon
This commit is contained in:
parent
1e3a3c19db
commit
bf6b9bc4d0
2 changed files with 5 additions and 4 deletions
|
@ -20,7 +20,8 @@ pkgs.mkShell {
|
||||||
|
|
||||||
RUST_BACKTRACE = 1;
|
RUST_BACKTRACE = 1;
|
||||||
|
|
||||||
shellHook = ''
|
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::DecoderError;
|
||||||
use rodio::{Decoder, OutputStream, OutputStreamHandle, Sink};
|
use rodio::{Decoder, OutputStreamHandle, Sink};
|
||||||
use std::fs::File;
|
use std::fs::File;
|
||||||
use std::io::BufReader;
|
use std::io::BufReader;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue