Closed LoganDark closed 10 months ago
I've just successfully build and ran it, but needed a matching kajiya
version. Commit 4d813e330515922d92f26f09c2ff500e66aacd7d
should do the trick.
Aw, was hoping to benefit from kajiya
improvements. Oh well.
That worked, thank you.
There haven't been many updates in kajiya since, so you might be able to Frankenstein something, e.g. by cherry picking in kajiya, or strategically updating the deps 😅
Maybe! Also considered just fully updating kajiya and then taking cornell-mcray into my IDE.
This depends on an ancient version of
macaw
which re-exports an ancient version ofglam
that isn't compatible with any of the otherglam
s, upon upgrading that dependency suddenlydolly
is also out of date, and trying to updatedolly
results in:so it's completely impossible to compile this project at all now, even with the Cargo.lock that's been committed.
Relying on types of
glam
for interoperability seems like a very, very bad idea with how unstable it seems to be