This commit is contained in:
2023-05-14 21:37:20 +02:00
parent 20b1ccde09
commit 22df1ac718
14 changed files with 535 additions and 7 deletions

28
rust/Cargo.lock generated
View File

@@ -85,6 +85,12 @@ version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "cc"
version = "1.0.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
[[package]]
name = "cfg-if"
version = "1.0.0"
@@ -423,6 +429,15 @@ version = "0.2.144"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1"
[[package]]
name = "libpr4-sys"
version = "0.1.0"
dependencies = [
"cc",
"libc",
"pkg-config",
]
[[package]]
name = "lightwave-3d"
version = "1.0.0"
@@ -611,6 +626,12 @@ dependencies = [
"syn 1.0.109",
]
[[package]]
name = "pkg-config"
version = "0.3.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
[[package]]
name = "png"
version = "0.17.8"
@@ -624,6 +645,13 @@ dependencies = [
"miniz_oxide 0.7.1",
]
[[package]]
name = "powerrender-3d"
version = "0.1.0"
dependencies = [
"binrw",
]
[[package]]
name = "proc-macro2"
version = "1.0.56"