Windows ScreenTime App for me.
This app is replacement app of YYScreenTime_win that written in C and Win32 APIs. I like Rust much more than C, so I have rewrited. Developping in C was very very painful.lol Whatever it is, I'm a beginner, though.
GUI crate: iced-rs
Error crate: anyhow
Windows crate: windows-rs
In /fonts
directory, IBM Plex Sans JP (Google Fonts Site) in IBM Plex® project is used. This Font Software is licensed under the SIL Open Font License, Version 1.1.
- Thanks to Gabriel Dube, author of the Native Windows GUI, for my implementing windows_tools::enable_visual_styles, which can be found in native_windows_gui::enable_visual_styles (in native_windows_gui/src/win32/mod.rs) for reference.