examples
examples copied to clipboard
`lights` example fail to compile
Hey ! I tried to run the lights example (cd examples && cargo run --bin lights)
it fail with some error about failing to compile C++ code: log.log
I'm using Arch Linux with the following compilers installed: gcc 13.2.1 and clang 16.0.6. I have Qt 5.15.11, and Qt-3D installed. I also have Qt 6 installed, maybe that's related ?
Thanks !