Can create canvas
This commit is contained in:
@@ -3,8 +3,8 @@ extern crate approx;
|
||||
|
||||
use std::ops;
|
||||
|
||||
#[derive(Debug)]
|
||||
struct Color {
|
||||
#[derive(Debug, Copy, Clone)]
|
||||
pub struct Color {
|
||||
red: f32,
|
||||
green: f32,
|
||||
blue: f32,
|
||||
|
||||
Reference in New Issue
Block a user