mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-14 10:19:34 +02:00
* Added webgl unit to package
This commit is contained in:
parent
62a7354a77
commit
d1939e0be2
@ -32,7 +32,7 @@
|
||||
<Description Value="pas2js RTL - Run Time Library"/>
|
||||
<License Value="Modified LGPL2 as the FPC packages."/>
|
||||
<Version Major="1"/>
|
||||
<Files Count="20">
|
||||
<Files Count="21">
|
||||
<Item1>
|
||||
<HasRegisterProc Value="True"/>
|
||||
</Item1>
|
||||
@ -113,6 +113,10 @@
|
||||
<Filename Value="rtti.pas"/>
|
||||
<UnitName Value="RTTI"/>
|
||||
</Item20>
|
||||
<Item21>
|
||||
<Filename Value="webgl.pas"/>
|
||||
<UnitName Value="webgl"/>
|
||||
</Item21>
|
||||
</Files>
|
||||
<UsageOptions>
|
||||
<CustomOptions Value="-dPas2js"/>
|
||||
|
@ -8,8 +8,8 @@ unit pas2js_rtl;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, JS, Math, NodeJS, ObjPas, RTLConsts, SysUtils, Types, TypInfo, Web,
|
||||
hotreloadclient, DateUtils, strutils, contnrs, browserconsole, webrouter;
|
||||
Classes, JS, Math, NodeJS, ObjPas, RTLConsts, SysUtils, Types, TypInfo, Web, hotreloadclient, DateUtils, strutils, contnrs,
|
||||
browserconsole, webrouter, RTTI, webgl;
|
||||
|
||||
implementation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user