Pavel Strakhov
Pavel Strakhov
Попробуйте собрать и запустить последнюю версию с гитхаба. Если не заработает, пишите подробное описание проблемы, будем чинить по возможности.
There are no plans currently, but contributions are welcome. It shouldn't be hard to implement the support, but it's not a very popular target.
I think the plan here is: 1. Modify `qt_ritual` so that it can return a `Config` for a library that depends on specified Qt crates. 2. Use a recently added...
Are you referring to the Vulkan API provided by Qt? It's possible to add it. It's not included by default because `#include ` doesn't include Vulkan related API (presumably because...
CI shows that ritual should work on Windows with MSVC 2017, but other compilers are untested yet. Can you describe your environment (OS version, rust toolchain, C++ compiler version, Qt...
The `-fPIC` related error on Windows should be fixed now.
Hi, Ritual doesn't currently support any kind of cross-compilation. It seems that you need to configure the cmake project properly to do a cross-compilation of the `c_lib` glue library. I...
`sized_types` is a mechanism to request size and alignment of stack-allocated types on the current platform. Stack-allocated types turned out to be problematic in multiple ways, so they are turned...
Yes, this is not implemented yet, but it's a high priority task.
It would involve running the whole `ritual` pipeline on your custom C++ code, but it's definitely possible. The setup is not trivial, though. I hope we'll eventually make it easier...