Update README and remove shaders.h
This commit is contained in:
parent
112ae64e86
commit
233e79654e
|
@ -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`
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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>
|
Loading…
Reference in New Issue