import cffi for pyinstaller

This commit is contained in:
Richard Smith 2019-06-11 15:37:39 +01:00
parent ad6f4083e9
commit 6c45b51bef

View file

@ -1,6 +1,6 @@
from ._raylib_cffi import ffi, lib as rl from ._raylib_cffi import ffi, lib as rl
from _raylib_cffi.lib import * from _raylib_cffi.lib import *
from raylib.colors import * from raylib.colors import *
import cffi
print("RAYLIB STATIC LOADED") print("RAYLIB STATIC LOADED")