* advotracker: the framework project * crate/advotrackerdb: implementation of the database backend * crate/advotrackerd: implementation of the backend (daemon) * crate/adovtracker: implementaton of the application (CLI and GUI) Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
9 lines
195 B
TOML
9 lines
195 B
TOML
[[apps]]
|
|
name = "advotracker"
|
|
width = 580
|
|
height = 280
|
|
assets = "resources/advotracker"
|
|
[[apps.fonts]]
|
|
font_family = "MaterialIcons-Regular"
|
|
src = "resources/fonts/MaterialIcons.ttf"
|