rtiow: latest cargo files.

This commit is contained in:
Bill Thiede 2023-02-15 15:40:25 -08:00
parent 37137ac9ca
commit 23bc5b0bf0
2 changed files with 2 additions and 0 deletions

1
rtiow/Cargo.lock generated
View File

@ -2641,6 +2641,7 @@ dependencies = [
"structopt 0.2.18",
"strum",
"strum_macros",
"thiserror",
"vec3",
]

View File

@ -29,6 +29,7 @@ vec3 = {path = "../vec3"}
stl = {path = "../../../stl"}
strum = { version = "0.24.1", features = ["derive"] }
strum_macros = "0.24.3"
thiserror = "1.0.38"
#stl = {git = "https://git-private.z.xinu.tv/wathiede/stl"}
[dev-dependencies]