rust-tracer 0.5.0

WIP: A ray tracer based on Ray Tracing in One Weekend, that has an easy to use `three.js`-like API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "rust-tracer"
version = "0.5.0"
edition = "2021"
description = "WIP: A ray tracer based on Ray Tracing in One Weekend, that has an easy to use `three.js`-like API."
license = "MIT"
repository = "https://github.com/debater-coder/rust-tracer"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rand = "0.8.4"