diff options
Diffstat (limited to 'renderer/Cargo.toml')
-rw-r--r-- | renderer/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/renderer/Cargo.toml b/renderer/Cargo.toml index 39c19fa3..6fdb4228 100644 --- a/renderer/Cargo.toml +++ b/renderer/Cargo.toml @@ -10,6 +10,9 @@ homepage.workspace = true categories.workspace = true keywords.workspace = true +[lints] +workspace = true + [features] wgpu = ["iced_wgpu"] tiny-skia = ["iced_tiny_skia"] |