Update README and remove shaders.h

This commit is contained in:
flowerpewpew 2024-05-04 21:05:37 +01:00
parent 112ae64e86
commit 233e79654e
3 changed files with 1 additions and 5 deletions

View File

@ -10,4 +10,4 @@ This repo is a santitized copy of the original with commit history removed. I wa
for macOS run `make`
for web: run `./webbuild.sh`
for windows: PRs welcome
for windows: open .sln or make sure msbuild is in your PATH and then run `msbuild`

View File

@ -140,7 +140,6 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\dark.h" />
<ClInclude Include="src\shaders.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">

View File

@ -23,8 +23,5 @@
<ClInclude Include="src\dark.h">
<Filter>Source Files</Filter>
</ClInclude>
<ClInclude Include="src\shaders.h">
<Filter>Source Files</Filter>
</ClInclude>
</ItemGroup>
</Project>