fixup not working feature annotation

This commit is contained in:
Victor Brekenfeld 2021-05-19 16:39:31 +02:00
parent c88b14f725
commit fd2703a57d
1 changed files with 2 additions and 2 deletions

View File

@ -19,9 +19,9 @@ use crate::backend::{
dmabuf::{AsDmabuf, Dmabuf}, dmabuf::{AsDmabuf, Dmabuf},
Allocator, Buffer, Format, Fourcc, Modifier, Slot, Swapchain, Allocator, Buffer, Format, Fourcc, Modifier, Slot, Swapchain,
}, },
#[cfg(all(feature = "backend_egl", feature = "wayland_frontend"))]
egl::display::EGLBufferReader,
}; };
#[cfg(all(feature = "backend_egl", feature = "wayland_frontend"))]
use crate::backend::egl::display::EGLBufferReader;
/// Simplified by limited abstraction to link single [`DrmSurface`]s to renderers. /// Simplified by limited abstraction to link single [`DrmSurface`]s to renderers.
/// ///