slint/examples/todo
David Faure 29e289fbdf Move the workspace to rust edition 2024
Motivation: the git pre-commit hook is confused by the mix of 2021 and
2024 in the same workspace...

The only problem this raises is the std::env::set_var("LANGUAGE", lang) in
demos/printerdemo/rust/lib.rs, pre-existing but now explicitly marked as unsafe
because it actually is. Added a TODO there.
2025-12-09 12:11:04 +01:00
..
cpp Updgrade Catch2 dependency (#8846) 2025-07-05 08:54:24 +02:00
node Bump version number to 1.15.0 2025-10-24 14:28:17 +00:00
rust Move the workspace to rust edition 2024 2025-12-09 12:11:04 +01:00
ui fix missing warning of missing export 2024-06-21 11:57:49 +02:00
README.md Remove license header from .md/.mdx files 2025-12-04 21:58:09 +01:00

todo

A simple todo application

.slint Design Rust Source C++ Source NodeJS Online wasm Preview Open in SlintPad
todo.slint main.rs main.cpp main.js Online simulation Preview in Online Code Editor

Screenshot of the Todo Demo