add systemd_service rust plugin (step 1a, no qml wiring yet)
This commit is contained in:
parent
d55753ab28
commit
96bfc1fd5a
5 changed files with 822 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ fn main() {
|
|||
"src/system_stats.rs",
|
||||
"src/cpu_service.rs",
|
||||
"src/modules_service.rs",
|
||||
"src/systemd_service.rs",
|
||||
"src/theme_service.rs",
|
||||
];
|
||||
if !bridge_files.iter().all(|p| manifest.join(p).exists()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue