https://github.com/user-attachments/assets/0ce5deba-9589-428d-bdc6-2fb27aa5042b
Natively:
cargo run -p fpt-egui
WASM:
rustup target add wasm32-unknown-unknown
cargo install trunk
trunk serve --release fpt-egui/index.html
cargo test
Run ignored tests:
cargo test -- --include-ignored