You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While i expected to first hook up RS.RS into vkdt,
that program does not do "fall back to other loader
if the first one fails", so it's a little pointless
to integrate RS.RS into vkdt right now.
But at the same time, not having it integrated
at least somewhere is not an ideal solution either.
So i'm wondering if i could put it into darktable itself.
Are there any general objections on that?
CMake does not support Rust's cargo. But Meson does.
And Meson seems to be a kind-of better buildsystem nowadays.
While i'm sure that i will manage to get it working with CMake,
i'm wondering what are y'all thoughts on switching over to Meson.
Note
Please refrain from bikeshedding in this issue.
cc @TurboGit, i'm not sure who else.
I'd like to disscuss two interconnected things.
While i expected to first hook up RS.RS into vkdt,
that program does not do "fall back to other loader
if the first one fails", so it's a little pointless
to integrate RS.RS into vkdt right now.
But at the same time, not having it integrated
at least somewhere is not an ideal solution either.
So i'm wondering if i could put it into darktable itself.
Are there any general objections on that?
CMake does not support Rust's cargo. But Meson does.
And Meson seems to be a kind-of better buildsystem nowadays.
While i'm sure that i will manage to get it working with CMake,
i'm wondering what are y'all thoughts on switching over to Meson.
Thanks!