mirror of
https://github.com/CompeyDev/lei.git
synced 2025-05-04 10:43:49 +01:00
refactor: export raw bindings as ffi
package
This commit is contained in:
parent
08e1de819f
commit
725efd14f8
9 changed files with 1 additions and 2 deletions
|
@ -1 +0,0 @@
|
|||
Subproject commit 4f917420d74aae84912acbaeb42e86691ddea309
|
2
main.go
2
main.go
|
@ -1,6 +1,6 @@
|
|||
package main
|
||||
|
||||
import lualib "github.com/CompeyDev/lei/internal"
|
||||
import lualib "github.com/CompeyDev/lei/ffi"
|
||||
|
||||
func main() {
|
||||
lua := lualib.LNewState()
|
||||
|
|
Loading…
Add table
Reference in a new issue