lichtspiel 0.1.0

Implementation of a ray tracer
Documentation
1
2
3
4
5
6
7
8
{
    "name": "Lichtspiel",
    "image": "rust:1.85-slim-bookworm",
    "features": {
        "ghcr.io/devcontainers/features/git:1": {}
    },
    "postCreateCommand": "rustup component add clippy rustfmt"
}