Fluid 0.7.0 has been released!
Dennis
dkorpel at gmail.com
Fri Oct 4 12:14:09 UTC 2024
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.
More information about the Digitalmars-d-announce
mailing list