bs-trace 0.1.1

Free RayTracing software
[[bin]]
name = "bs-trace"
path = "src/main.rs"

[dependencies.const-default]
version = "1"

[dependencies.num-traits]
version = "0.2.19"

[package]
authors = ["Elizabeth Bland <liz@blandsoft.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["graphics", "rendering"]
description = "Free RayTracing software"
edition = "2021"
homepage = "https://blandsoft.net/products/bstrace.html"
keywords = ["graphics", "rendering", "raytracing"]
license = "GPL-3.0-only"
name = "bs-trace"
readme = "README.md"
repository = "https://git.sr.ht/~mxnaco/bstrace"
rust-version = "1.79"
version = "0.1.1"