This commit is contained in:
2023-12-14 10:05:03 -05:00
commit 1d23169dcc
16 changed files with 3798 additions and 0 deletions

13
Cargo.toml Normal file
View File

@ -0,0 +1,13 @@
[package]
name = "tri"
version = "0.1.0"
edition = "2021"
[dependencies]
winit = "0.20.0"
ash = "0.29.0"
num = "0.2"
cgmath = "0.17.0"
image = "0.22"
memoffset = "0.5.1"
tobj = "0.1.10"