Re: [ANN] Lua Cairo binding -updated-
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] Lua Cairo binding -updated-
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2007年5月26日 18:03:30 -0300
> local cairo = require 'lcario'
It'd be better if the module was named 'cairo' not 'lcairo' (it's a typo
in the line above, right?). lcairo.c may be the name of the C module but
the .so/.dll is named cairo.so, no lcairo.so.