feat(browse):基本完成文件夹浏览器的功能。
This commit is contained in:
8
src-tauri/.cargo/config
Normal file
8
src-tauri/.cargo/config
Normal file
@@ -0,0 +1,8 @@
|
||||
[target.'cfg(target_os = "linux")']
|
||||
rustflags = ["-C", "link-arg=-nostartfiles"]
|
||||
|
||||
[target.'cfg(target_os = "windows")']
|
||||
rustflags = ["-C", "link-args=/ENTRY:_start /SUBSYSTEM:console"]
|
||||
|
||||
[target.'cfg(target_os = "macos")']
|
||||
rustflags = ["-C", "link-args=-e __start -static -nostartfiles"]
|
Reference in New Issue
Block a user