previews: run previews as notedeck apps

This allows ./preview to be a notedeck app runner. I am currently
using it for the ProfilePic app (which will because notedeck_viz)

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-12-20 15:39:26 -08:00
parent 475314da75
commit fcac49a0a5
19 changed files with 222 additions and 238 deletions

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env bash
# pass --mobile for mobile previews
RUST_LOG=info cargo run --bin ui_preview --release -- "$@"
#RUST_LOG=info cargo run --bin ui_preview --features profiling --release -- "$@"
cargo run --bin ui_preview --release -- "$@"