lib8: drop custom RGB8 struct for rgb crate

This commit is contained in:
2024-10-30 20:48:00 +01:00
parent b7995423d7
commit 1668db2c85
6 changed files with 54 additions and 75 deletions

View File

@@ -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 {