adjustments

pull/2/head
Able 2021-11-28 20:34:27 -06:00
parent 6d12c01f0f
commit ecb15f586e
No known key found for this signature in database
GPG Key ID: 2BB8F62388A6A225
3 changed files with 3 additions and 5 deletions

View File

@ -7,4 +7,4 @@ edition = "2018"
[dependencies]
mini_gl_fb = "0.9.0"
able_graphics_library = {git = "https://git.ablecorp.us:443/Able/able_graphics_library.git"}
able_graphics_library = {git = "https://git.ablecorp.us:443/Able/able_graphics_library.git"}

View File

@ -41,8 +41,6 @@ impl AglApi for GraphicsRenderer {
self.buff[coordinates as usize] = color;
}
// todo!();
}
fn put_rect(&mut self, coords_start: Point, coords_end: Point, color: RGBA) {
todo!();

View File

@ -72,8 +72,8 @@ fn main() {
);
xyz.put_line(
Point { x: 0, y: 0 },
Point { x: 300, y: 200 },
Point { x: 1, y: 300 },
Point { x: 1, y: 200 },
1,
RGBA {
r: 0,