From 12879b67d7d4b08b3d0e2d059475e95119ba46bd Mon Sep 17 00:00:00 2001 From: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com> Date: Wed, 29 May 2024 18:20:28 -0700 Subject: [PATCH] Adds batchnoise to the default features set (#174) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index f8dd75b..061a542 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,6 +69,7 @@ ammonia = { version = "4.0.0", optional = true } [features] default = [ "acreplace", + "batchnoise", "cellularnoise", "dmi", "file",