mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 14:21:16 +00:00
internal cleanup: don't bother with Cargo.toml files
Crates names just create noise
This commit is contained in:
parent
9f4fa3599a
commit
acb10caea3
2 changed files with 3 additions and 2 deletions
|
@ -110,7 +110,8 @@
|
|||
"ignorePaths": [
|
||||
"cspell.json",
|
||||
"api/sixtyfps-cpp/docs/conf.py",
|
||||
".github/workflows/*.yaml"
|
||||
".github/workflows/*.yaml",
|
||||
"Cargo.toml"
|
||||
],
|
||||
"ignoreRegExpList": [
|
||||
// Color encodings in all languages:
|
||||
|
|
|
@ -13,7 +13,7 @@ homepage = "https://sixtyfps.io"
|
|||
path = "lib.rs"
|
||||
|
||||
[features]
|
||||
# Allow the vewer to query at runtime information about item types
|
||||
# Allow the viewer to query at runtime information about item types
|
||||
rtti = []
|
||||
ffi = []
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue