nitial setup

This commit is contained in:
CDaut 2023-11-17 19:35:54 +01:00
commit af215f8291
10 changed files with 214 additions and 0 deletions

13
Cargo.toml Normal file
View 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"