Repository URL to install this package:
Version:
1.6 ▾
|
{ The CairoCanvas package can be compiled on all platforms.
This unit defines what units are available on which platform.
}
unit CairoCanvasAll;
{$mode objfpc}{$H+}
interface
{$IF (FPC_FULLVERSION>=20701) or not defined(win64)}
uses
{%H-}CairoCanvas, {%H-}CairoPrinter;
{$ENDIF}
implementation
end.