lib8: drop custom RGB8 struct for rgb crate
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
use std::rc::Rc;
|
||||
use std::cell::RefCell;
|
||||
use std::io;
|
||||
use rgb::RGB8;
|
||||
|
||||
#[cfg(feature="threads")]
|
||||
use std::sync::{Arc, Mutex};
|
||||
|
||||
use crate::lib8::RGB8;
|
||||
use crate::geometry::*;
|
||||
|
||||
pub trait Shader: Send {
|
||||
|
Reference in New Issue
Block a user