feat(color-module): 更新 getrandom 依赖版本并移除构建脚本中的 RUSTFLAGS
This commit is contained in:
5
color-module/.cargo/config.toml
Normal file
5
color-module/.cargo/config.toml
Normal file
@@ -0,0 +1,5 @@
|
||||
[build]
|
||||
rustflags = ["--cfg", "getrandom_backend=\"wasm_js\""]
|
||||
|
||||
[target.wasm32-unknown-unknown]
|
||||
rustflags = ["--cfg", "getrandom_backend=\"wasm_js\""]
|
||||
Reference in New Issue
Block a user