dyn-wall-rs
dyn-wall-rs copied to clipboard
Internalize calculation of sunset and sunrise
At the current moment, the crate sun-times is used to obtain the timings of the sunset and sunrise. It seems like a relatively simple calculation to obtain these values, so it would be better to internalize that functionality instead of relying on an external crate.