fix: correct lib crate name in main.rs (temptauri_lib -> openpylon_lib)
This commit is contained in:
@@ -2,5 +2,5 @@
|
|||||||
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
temptauri_lib::run()
|
openpylon_lib::run()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user