On Friday, 4 October 2024 at 12:14:09 UTC, Dennis wrote:
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.
`dub fluid:showcase` should issue a warning recommending `:tour`
now. I'm going to be honest, I didn't check if it still works. ^^