mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-17 08:44:20 +01:00
This switches to the profiling crate for compatible profiling between rust libraries. To enable: $ cargo build --release --features puffin Feel free to experiment with other profiling backends as well! Would be great to get tracy working.
6 lines
180 B
Bash
Executable File
6 lines
180 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# pass --mobile for mobile previews
|
|
#RUST_LOG=info cargo run --bin ui_preview --features puffin --release -- "$@"
|
|
cargo run --bin ui_preview --release -- "$@"
|