Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 303 Bytes

File metadata and controls

19 lines (13 loc) · 303 Bytes

Generate Bindings

Make sure to have futhark installed

nimble install futhark

Compile and run src/tinydialogs/gen.nim

nim c -r src/tinydialogs/gen.nim

Copy the generated bindings from the cache folder

cp ~/.cache/nim/gen_d/futhark_*.nim src/tinydialogs/bindings.nim