diff --git a/src/backend/graphics/egl/wayland.rs b/src/backend/graphics/egl/wayland.rs index 7382837..845d0fa 100644 --- a/src/backend/graphics/egl/wayland.rs +++ b/src/backend/graphics/egl/wayland.rs @@ -137,6 +137,7 @@ impl ::std::error::Error for TextureCreationError { /// Texture format types #[repr(i32)] #[allow(non_camel_case_types)] +#[derive(Debug)] pub enum Format { /// RGB format RGB = ffi::egl::TEXTURE_RGB as i32,