fix: correct lib crate name in main.rs (temptauri_lib -> openpylon_lib)

This commit is contained in:
Your Name
2026-02-15 19:38:50 +02:00
parent d2adc68262
commit 11559e1435

View File

@@ -2,5 +2,5 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
temptauri_lib::run()
openpylon_lib::run()
}