application: Introduce data model struct and view structs.
authorTilman Sauerbeck <tilman@code-monkey.de>
Sun, 22 Mar 2020 16:08:55 +0000 (17:08 +0100)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sat, 28 Mar 2020 16:52:12 +0000 (17:52 +0100)
commit683135c35c05cd547f8a77b3602c2ddc78c1e887
tree139dfd2b8ee00b6020f328c08b3f97d6c5f23083
parent70fb2fadd8688fdc11ba1d398661ac99aaa1b02a
application: Introduce data model struct and view structs.

This improves the structure of our UI code.
SConscript.target
src/application/main.rs
src/application/model.rs [new file with mode: 0644]
src/application/views.rs [new file with mode: 0644]