docs: update author info

This commit is contained in:
Kiana Sheibani 2024-10-14 17:54:36 -04:00
parent e2dd9f7e3a
commit 4e42390a82
Signed by: toki
GPG key ID: 6CB106C25E86A9F7
3 changed files with 3 additions and 4 deletions

View file

@ -1,11 +1,9 @@
[package]
name = "render"
version = "0.1.0"
authors = ["Bijan Sheibani"]
authors = ["Kiana Sheibani"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nalgebra = "0.18"
rand = "0.7.3"

View file

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2021 Bijan Sheibani
Copyright (c) 2024 Kiana Sheibani
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View file

@ -1,4 +1,5 @@
# rust-render
A raytracing 3D renderer written in Rust.
### Checklist of features