Nice! On Thursday, 3 October 2024 at 11:15:16 UTC, cookiewitch wrote:
Start a new Fluid project [with DUB](https://fluid.dub.pm):```shell dub fetch fluid dub init -t fluid myproject ```
I tried `dub run fluid:showcase`, but it gives an error about a raylib import it can't resolve.
```../../.dub/packages/fluid/0.7.0/fluid/tour/package.d(173,12): Error: unable to read module `raylib`
``` `dub run fluid:tour` does work though.
