Update iced_video_player
This commit is contained in:
parent
94b643b453
commit
93db103a0c
3 changed files with 239 additions and 208 deletions
2
justfile
2
justfile
|
|
@ -57,7 +57,7 @@ check-json: (check '--message-format=json')
|
|||
dev *args:
|
||||
cargo fmt
|
||||
cargo build --profile release-with-debug
|
||||
RUST_BACKTRACE=1 RUST_LOG=cosmic_player=debug target/release-with-debug/cosmic-player {{args}}
|
||||
RUST_BACKTRACE=1 RUST_LOG=cosmic_player=debug,iced_video_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