瀏覽代碼

add BGRABitmap

Artem V. Ageev 11 月之前
父節點
當前提交
a1d35c2ad5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/make.pas

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

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