Skip to content

Commit 6c45b51

Browse files
import cffi for pyinstaller
1 parent ad6f408 commit 6c45b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

raylib/static/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from ._raylib_cffi import ffi, lib as rl
22
from _raylib_cffi.lib import *
33
from raylib.colors import *
4-
4+
import cffi
55

66
print("RAYLIB STATIC LOADED")

0 commit comments

Comments
 (0)