Fully implemented tokio runtime. Added build script. Executable has an icon.

This commit is contained in:
2022-08-16 08:06:06 -07:00
parent 0b940aea70
commit 91579d333e
6 changed files with 41 additions and 20 deletions

5
src/build.rs Normal file
View File

@@ -0,0 +1,5 @@
extern crate embed_resource;
fn main() {
embed_resource::compile("assets/main.rc");
}