Parallelize using Rayon
Overview
- Used rayon to parallelize the loops of image render
- Use rayon parallel iterator to create the random balls in the scene.
- Image rendering faster due to parallelization.
What's Changed
- Parallelize using Rayon by @soumyasen1809 in #14
Full Changelog: v1.0.0...v1.1.0