import cffi for pyinstaller
This commit is contained in:
parent
ad6f4083e9
commit
6c45b51bef
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
from ._raylib_cffi import ffi, lib as rl
|
||||
from _raylib_cffi.lib import *
|
||||
from raylib.colors import *
|
||||
|
||||
import cffi
|
||||
|
||||
print("RAYLIB STATIC LOADED")
|
||||
|
|
Reference in a new issue