First commit
commit386609060e382ee4cf2330697b0c8dcb7dbfe951
authorVinícius Rodrigues Miguel <lemao.vrm07@hotmail.com>
Fri, 13 Nov 2020 04:35:06 +0000 (13 01:35 -0300)
committerVinícius Rodrigues Miguel <lemao.vrm07@hotmail.com>
Fri, 13 Nov 2020 04:35:06 +0000 (13 01:35 -0300)
treedc9d3e2306fc3af86738d1a24691243c4d871781
parent1bc7224faa6eb4016a99c2e256e41d9949da4150
First commit
.gitignore [new file with mode: 0644]
Cargo.toml [new file with mode: 0644]
src/canvas.rs [new file with mode: 0644]
src/light.rs [new file with mode: 0644]
src/main.rs [new file with mode: 0644]
src/material.rs [new file with mode: 0644]
src/shapes.rs [new file with mode: 0644]
src/vector.rs [new file with mode: 0644]