separate static and dynamic libraries completely

This commit is contained in:
electronstudio 2021-10-03 21:21:59 +01:00
parent d9ae6515a5
commit 81819a133a
39 changed files with 1601 additions and 86 deletions

View file

@ -12,7 +12,7 @@
#
# SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
from raylib.static import rl, ffi
from raylib import rl, ffi
from inspect import ismethod, getmembers, isbuiltin
import inflection, sys, json