Skip to content

Commit

Permalink
Code refactoring, removed unnecessary extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 committed Sep 7, 2020
1 parent aac929b commit e66ecd8
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 94 deletions.
92 changes: 0 additions & 92 deletions src/ComputeSharp.Core/Extensions/SpanExtensions.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System.Runtime.CompilerServices;
using ComputeSharp.Graphics;
using ComputeSharp.Graphics.Buffers.Abstract;
using Microsoft.Toolkit.HighPerformance.Extensions;

namespace ComputeSharp
{
Expand Down
2 changes: 1 addition & 1 deletion src/ComputeSharp.Graphics/ComputeSharp.Graphics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.7.1" />
<PackageReference Include="Microsoft.Toolkit.HighPerformance" Version="6.1.1" />
<PackageReference Include="Vortice.Direct3D12" Version="1.8.3" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/ComputeSharp/ComputeSharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<repository type="git" url="https://github.com/Sergio0694/ComputeSharp.git" branch="master" />
<dependencies>
<dependency id="Microsoft.Windows.SDK.Contracts" version="10.0.19041.1" />
<dependency id="System.Runtime.CompilerServices.Unsafe" version="4.7.1" />
<dependency id="Microsoft.Toolkit.HighPerformance" version="6.1.1" />
<dependency id="Vortice.Direct3D12" version="1.8.3" />
<dependency id="ICSharpCode.Decompiler" version="5.0.2.5153" />
<dependency id="Microsoft.CodeAnalysis.CSharp" version="3.7.0" />
Expand Down

0 comments on commit e66ecd8

Please sign in to comment.