Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Renderer.fill_rect now takes an Into<Option<Rect>>.
This should allow passing Rect, Some(Rect) or None to fill_rect. Passing None to fill_rect fills the entire rendering target.
- Loading branch information