theme.rs, lints.rust
This commit is contained in:
parent
2962102962
commit
acc1bf8ca3
3 changed files with 30 additions and 0 deletions
|
@ -10,6 +10,9 @@ publish.workspace = true
|
|||
[dev-dependencies]
|
||||
wasm-bindgen-test = "0.3.19"
|
||||
|
||||
[lints.rust]
|
||||
unexpected_cfgs = { level = "allow", check-cfg = ['cfg(FASTWAVE_PLATFORM)'] }
|
||||
|
||||
[dependencies]
|
||||
zoon.workspace = true
|
||||
wellen.workspace = true
|
||||
|
|
Reference in a new issue