Skip to content

Commit

Permalink
[Requirements] Clarify dotnet requirements and graphics api
Browse files Browse the repository at this point in the history
  • Loading branch information
Eideren authored Sep 25, 2023
1 parent 99fd3c2 commit 7f56683
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions en/manual/requirements/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ To develop for mobile platforms, you also need:

To run games made with Stride, you need:

- .NET 6
- DirectX11 (included with Windows 10 and later), OpenGL, or Vulkan
- .NET 6 if your application is not [self-contained](https://learn.microsoft.com/en-us/dotnet/core/deploying/#publish-self-contained)
- DirectX11 (included with Windows 10 and later), OpenGL, or Vulkan depending on the platform, and the graphics API override set in your `.csproj`
- Visual C++ 2015 runtimes (x86 and/or x64, depending on what you set in your project properties in Visual Studio)

## Supported Platforms

For information about platforms Stride supports, see [Platforms](../platforms/index.md).
For information about platforms Stride supports, see [Platforms](../platforms/index.md).

0 comments on commit 7f56683

Please sign in to comment.