It's a dead simple Todo APP based on Rust
and Slint-UI
. This project can be compiled to Windows
, Linix
and Macos
.
- Install
Rust
,Cargo
- Run
make desktop-debug
to run it on desktop platform - Run
make desktop-build-release
to build a release version desktop application - Refer to Makefile for more information
Slint
does not support setting window position on wayland
. So you can't move the APP by dragging the title bar. Now, you should edit the configure file: ~/.config/stodo/stodo.toml
. And then changing the no_frame = true
to no_frame = false
. It will use the system title bar.