glium/
pixel_buffer.rs

1//! Moved to the `texture` module.
2#![deprecated(note = "Moved to the `texture` module")]
3pub use crate::texture::pixel_buffer::*;