Initial public source release

Split reusable rendering and format support into vectorail-core and vectorail-gc.
This commit is contained in:
2026-08-02 17:05:27 +02:00
commit 831d96e562
109 changed files with 20558 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
LIBRARY FTD2XX.dll
EXPORTS
FT_Open @1
FT_Close @2
FT_Read @3
FT_Write @4
FT_ResetDevice @6
FT_SetBaudRate @7
FT_SetDataCharacteristics @8
FT_Purge @16
FT_SetTimeouts @17
FT_SetEventNotification @19
FT_GetStatus @21
FT_OpenEx @27
FT_ListDevices @28
FT_SetLatencyTimer @31
FT_SetUSBParameters @33
FT_EE_Program @37
FT_EE_Read @38
FT_W32_CreateFile @43
FT_CyclePort @69