nitial setup
This commit is contained in:
commit
af215f8291
10 changed files with 214 additions and 0 deletions
13
Cargo.toml
Normal file
13
Cargo.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[package]
|
||||
name = "raytrace-rs"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
easy-gltf = "1.1.1"
|
||||
clap = { version = "4.4.8", features = ["derive"] }
|
||||
|
||||
[alias]
|
||||
runx = "run /home/clemens/repositorys/raytrace-rs/scenes/cube_on_plane.glb 0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue