libui-ng-sys 0.7.0

Bindings to libui-ng
Documentation
1
2
3
4
5
6
7
py.extension_module('tachyon',
  '../tachyon_module.c',
  dependencies : py_dep,
  c_args: '-DMESON_MODULENAME="tachyon"',
  install: true,
  install_dir: get_option('libdir')
)