A lightweight healthy reminders app to notify you to drink water, rest your eyes, and stand up written in Rust for Windows.
- Windows 10/11.
- Rust stable with the
x86_64-pc-windows-msvctarget. - Visual Studio Build Tools with MSVC toolchain and Windows SDK.
rustup target add x86_64-pc-windows-msvc
cargo build --release --target x86_64-pc-windows-msvcThe binary file is located at:
target\x86_64-pc-windows-msvc\release\HealthyReminders.exe