docs: update author info
This commit is contained in:
parent
e2dd9f7e3a
commit
4e42390a82
3 changed files with 3 additions and 4 deletions
|
|
@ -1,11 +1,9 @@
|
||||||
[package]
|
[package]
|
||||||
name = "render"
|
name = "render"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Bijan Sheibani"]
|
authors = ["Kiana Sheibani"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nalgebra = "0.18"
|
nalgebra = "0.18"
|
||||||
rand = "0.7.3"
|
rand = "0.7.3"
|
||||||
|
|
|
||||||
2
LICENSE
2
LICENSE
|
|
@ -1,6 +1,6 @@
|
||||||
MIT License
|
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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
# rust-render
|
# rust-render
|
||||||
|
|
||||||
A raytracing 3D renderer written in Rust.
|
A raytracing 3D renderer written in Rust.
|
||||||
|
|
||||||
### Checklist of features
|
### Checklist of features
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue