Hacky hardware decoding

This commit is contained in:
Jeremy Soller 2024-01-25 15:08:59 -07:00
parent 56347644b9
commit 1a43bf805e
No known key found for this signature in database
GPG key ID: DCFCA852D3906975
3 changed files with 124 additions and 50 deletions

View file

@ -49,7 +49,7 @@ check-json: (check '--message-format=json')
dev *args:
cargo fmt
cargo build --profile release-with-debug
RUST_BACKTRACE=1 RUST_LOG=cosmic_player=info target/release-with-debug/cosmic-player {{args}}
RUST_BACKTRACE=1 RUST_LOG=cosmic_player=debug target/release-with-debug/cosmic-player {{args}}
# Profile memory usage with heaptrack
heaptrack: