mirror of
https://github.com/Xevion/smart-rgb.git
synced 2025-12-10 06:08:41 -06:00
Update source files
This commit is contained in:
11
.cargo/config.toml
Normal file
11
.cargo/config.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[target.wasm32-unknown-unknown]
|
||||
rustflags = ['--cfg', 'getrandom_backend="wasm_js"', '--cfg=web_sys_unstable_apis']
|
||||
|
||||
# for Linux
|
||||
[target.x86_64-unknown-linux-gnu]
|
||||
linker = "clang"
|
||||
rustflags = ["-C", "link-arg=-fuse-ld=lld"]
|
||||
|
||||
# for Windows
|
||||
# [target.x86_64-pc-windows-msvc]
|
||||
# linker = "rust-lld.exe"
|
||||
Reference in New Issue
Block a user