Hacky hardware decoding
This commit is contained in:
parent
56347644b9
commit
1a43bf805e
3 changed files with 124 additions and 50 deletions
2
justfile
2
justfile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue