Minimal Leptos setup
This commit is contained in:
parent
1e77a7d831
commit
e03a16d13e
29 changed files with 1345 additions and 684 deletions
6
src/bin/tauri.rs
Normal file
6
src/bin/tauri.rs
Normal file
|
@ -0,0 +1,6 @@
|
|||
// Prevents additional console window on Windows in release, DO NOT REMOVE!!
|
||||
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
|
||||
|
||||
fn main() {
|
||||
bkbh_lib::run()
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue