add ci
All checks were successful
tests / fmt (push) Successful in 3m43s
tests / clippy (push) Successful in 6m13s
tests / build (push) Successful in 2m28s

This commit is contained in:
2024-06-08 23:39:26 +02:00
parent 431fb25d85
commit 6dd58ee2a1
3 changed files with 60 additions and 7 deletions

View File

@@ -2,4 +2,4 @@ extern crate embed_resource;
fn main() {
embed_resource::compile("tray-example.rc", embed_resource::NONE);
}
}