dimasmon 0.2.3

dimasmon - a monitoring tool for DiMAS
1
2
3
4
5
6
7
// Copyright © 2024 Stephan Kunz

//! Build file for UI

fn main() {
	slint_build::compile("ui/main.slint").expect("Build of UI failed");
}