This commit is contained in:
2026-02-26 20:12:25 +01:00
parent 4318927060
commit 86d0f93ede
9 changed files with 576 additions and 758 deletions
+4
View File
@@ -1,4 +1,5 @@
export RUSTFLAGS := "-C target-cpu=native"
export WEBKIT_DISABLE_COMPOSITING_MODE := "1"
server:
cargo build -p lanspread-server
@@ -6,6 +7,9 @@ server:
client:
cargo tauri dev
buildclient:
cargo tauri build --no-bundle -- --profile dev
fmt:
cargo +nightly fmt