Skip to content

Commit

Permalink
Merge pull request #1709 from bacon1986/add-missing-dotnet-usings
Browse files Browse the repository at this point in the history
Adding missing 'using' statements to the PlayGIF dotnet example
  • Loading branch information
hzeller authored Sep 25, 2024
2 parents f55736f + 98ceb7f commit 0ff6a69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bindings/c#/examples/PlayGIF/Program.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
using RPiRgbLEDMatrix;
using System.Runtime.InteropServices;
using Color = RPiRgbLEDMatrix.Color;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.PixelFormats;
using SixLabors.ImageSharp.Processing;

Console.Write("GIF path: ");
var path = Console.ReadLine()!;
Expand Down

0 comments on commit 0ff6a69

Please sign in to comment.