feat: Many more improvements to video player now with a subscription
This commit is contained in:
8
crates/iced-video/justfile
Normal file
8
crates/iced-video/justfile
Normal file
@@ -0,0 +1,8 @@
|
||||
info:
|
||||
RUST_LOG=info,wgpu_core=warn,wgpu_hal=warn cargo run --release --example minimal
|
||||
# GST_DEBUG=5 RUST_LOG="" cargo run --release --example minimal
|
||||
flame:
|
||||
cargo flamegraph run --release --example minimal
|
||||
heaptrack:
|
||||
cargo build --release --example minimal
|
||||
RUST_LOG="info,wgpu_hal=info" heaptrack $CARGO_TARGET_DIR/release/examples/minimal
|
||||
Reference in New Issue
Block a user