Browse Source

add BGRABitmap

Artem V. Ageev 11 months ago
parent
commit
a1d35c2ad5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/make.pas

+ 1 - 1
.github/workflows/make.pas

@@ -17,7 +17,7 @@ uses
 
 const
   Target: string = 'test';
-  Dependencies: array of string = ();
+  Dependencies: array of string = ('BGRABitmap');
 
 type
   TLog = (audit, info, error);