Skip to content

Commit

Permalink
Adding missing 'using' statements to the PlayGIF dotnet example
Browse files Browse the repository at this point in the history
  • Loading branch information
bacon1986 committed Sep 24, 2024
1 parent f55736f commit 98ceb7f
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 98ceb7f

Please sign in to comment.