internal cleanup: don't bother with Cargo.toml files

Crates names just create noise
This commit is contained in:
Simon Hausmann 2021-08-05 13:54:17 +02:00
parent 9f4fa3599a
commit acb10caea3
2 changed files with 3 additions and 2 deletions

View file

@ -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:

View file

@ -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 = []