added bacon

This commit is contained in:
Nickiel12 2023-03-08 17:37:51 -08:00
parent 1e3a3c19db
commit bf6b9bc4d0
2 changed files with 5 additions and 4 deletions

View file

@ -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
'';
}

View file

@ -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;