diff --git a/examples/todos/README.md b/examples/todos/README.md index cafcf59..7d608da 100644 --- a/examples/todos/README.md +++ b/examples/todos/README.md @@ -1,5 +1,9 @@ +![Todos application](todos.png) + Source code for https://fosdem.org/2018/schedule/event/rust_qt_binding_generator/ +This is an implementation of the [TodoMVC specification](https://github.com/tastejs/todomvc/blob/master/app-spec.md). + Make sure `rust_qt_binding_generator` is in the `PATH`. ```bash diff --git a/examples/todos/todos.png b/examples/todos/todos.png new file mode 100644 index 0000000..18bb5f1 Binary files /dev/null and b/examples/todos/todos.png differ