This commit is contained in:
profan 2026-06-07 18:52:54 +01:00
parent d012e8210c
commit 71d22c83bb
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ This program is also an interactive visualizer of the rendering process, allowin
# How do I run it? # How do I run it?
You'll need .NET 10, with `dotnet run -c Release` that should be all you need for it to fetch all of its dependencies and run. You'll need .NET 10, with `dotnet run -c Release` that should be all you need.
The only dependencies are RayLib-Cs (for the interactivity) and SkiaSharp (for writing out the image). The only dependencies are RayLib-Cs (for the interactivity) and SkiaSharp (for writing out the image).