Update iced_video_player

This commit is contained in:
Jeremy Soller 2024-12-30 12:57:03 -07:00
parent 94b643b453
commit 93db103a0c
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
3 changed files with 239 additions and 208 deletions

View file

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