diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,6 +26,8 @@ mio = "0.6" serde_json = "*" copypasta = { path = "./copypasta" } +clippy = { version = "0.0.104", optional = true } + [features] default = ["err-println"] # Enabling this feature makes shaders automatically reload when changed |