Update wrapper to Kuzu v0.11.0.
This commit is contained in:
parent
0f58c5e565
commit
4f441cdbe4
11 changed files with 1370 additions and 95 deletions
|
|
@ -7,10 +7,10 @@ when defined( futharkWrap ):
|
|||
import futhark, os
|
||||
|
||||
importc:
|
||||
outputPath currentSourcePath.parentDir / "kuzu" / "0.10.0.nim"
|
||||
outputPath currentSourcePath.parentDir / "kuzu" / "0.11.0.nim"
|
||||
"kuzu.h"
|
||||
else:
|
||||
include "kuzu/0.10.0.nim"
|
||||
include "kuzu/0.11.0.nim"
|
||||
|
||||
import
|
||||
std/strformat,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue