Rust piscine: Add notions to drawing exercise

This commit is contained in:
Augusto 2021-10-09 09:50:30 +01:00
parent 1a8ce9d434
commit 7b6e060efb
1 changed files with 6 additions and 0 deletions

View File

@ -28,6 +28,12 @@ second the maximum y value that a point can have
Don't forget to add the dependencies in your Cargo.toml.
### Notions
- [Image processing library](https://docs.rs/raster/0.2.0/raster/)
- [Traits](https://doc.rust-lang.org/stable/book/ch10-02-traits.html)
### Usage
```rust