From 7e89201c6296583336dc201d322a5912292545c7 Mon Sep 17 00:00:00 2001 From: ozpv <39195175+ozpv@users.noreply.github.com> Date: Wed, 20 May 2026 02:54:51 -0500 Subject: simplify things --- src/window_size.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/window_size.rs') diff --git a/src/window_size.rs b/src/window_size.rs index 620a307..c84a137 100644 --- a/src/window_size.rs +++ b/src/window_size.rs @@ -1,7 +1,7 @@ /// The max value of the custom window size is `u32::MAX`. /// The min value of the custom window size is `WindowSize::Size256`. /// This is because it's the maximum latency one can report to a CLAP host. -#[derive(Debug, PartialEq)] +#[derive(Debug, Clone, PartialEq)] pub enum WindowSize { Size256, Size512, -- cgit v1.2.3