ft: 10: metals

This commit is contained in:
2026-04-16 14:04:55 +02:00
parent e8f84b590b
commit b756cc394a
12 changed files with 199 additions and 41 deletions

10
Cargo.lock generated
View File

@@ -674,6 +674,15 @@ dependencies = [
"windows-sys 0.61.2",
]
[[package]]
name = "is_close"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4d49e01f14871e71a0dce6f09eb72308bca74a4adb1bab5a8c34ee26979a8a2"
dependencies = [
"num-traits",
]
[[package]]
name = "itertools"
version = "0.14.0"
@@ -1219,6 +1228,7 @@ name = "raytracing"
version = "0.1.0"
dependencies = [
"image",
"is_close",
"log",
"ops",
"pretty_env_logger",