Fully implemented tokio runtime. Added build script. Executable has an icon.
This commit is contained in:
5
src/build.rs
Normal file
5
src/build.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
extern crate embed_resource;
|
||||
|
||||
fn main() {
|
||||
embed_resource::compile("assets/main.rc");
|
||||
}
|
||||
Reference in New Issue
Block a user