添加了vite-plugin-tauri插件,编译tauri运行有问题,暂时不用tauri

This commit is contained in:
ZilongYang
2021-10-13 22:05:10 +08:00
parent 56a79617f0
commit ac766591c5
27 changed files with 3978 additions and 1 deletions

14
src-tauri/rustfmt.toml Normal file
View File

@@ -0,0 +1,14 @@
max_width = 100
hard_tabs = false
tab_spaces = 2
newline_style = "Auto"
use_small_heuristics = "Default"
reorder_imports = true
reorder_modules = true
remove_nested_parens = true
edition = "2018"
merge_derives = true
use_try_shorthand = false
use_field_init_shorthand = false
force_explicit_abi = true
imports_granularity = "Crate"