refactor: rename lib to donutbrowser_lib

This commit is contained in:
zhom
2025-11-29 21:00:22 +04:00
parent 371abf33c1
commit 8da0dae545
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
fn main() {
donutbrowser::run()
donutbrowser_lib::run()
}