KonaeAkira / raphael-rs

Crafting rotation optimizer / macro generator for Final Fantasy XIV
https://www.raphael-xiv.com/
Apache License 2.0
67 stars 14 forks source link

add time display to solver #43

Closed periodically-makes-puns closed 2 months ago

periodically-makes-puns commented 2 months ago

this is more of a personal thing. i want to be able to time how long it takes for a solve without having to pull up a stopwatch

adds a timer that displays once the solve finishes

adds dependency on web-time. it turns out that std::time::Instant is not implemented for the target wasm32-unknown-unknown, so unfortunately an external package is needed for this