update linux binaries to 3.5 (note using new glibc so may not work on old linuxes)
This commit is contained in:
parent
e59885c98a
commit
78cf5cc344
12 changed files with 2679 additions and 2105 deletions
|
@ -1 +1 @@
|
|||
__version__ = "2.5.0"
|
||||
__version__ = "3.5.0"
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
libraylib.so.301
|
BIN
raylib/dynamic/libraylib.so
Normal file
BIN
raylib/dynamic/libraylib.so
Normal file
Binary file not shown.
Binary file not shown.
BIN
raylib/dynamic/libraylib.so.3.5.0
Normal file
BIN
raylib/dynamic/libraylib.so.3.5.0
Normal file
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
libraylib.so.3.0.0
|
BIN
raylib/dynamic/libraylib.so.351
Normal file
BIN
raylib/dynamic/libraylib.so.351
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2
setup.py
2
setup.py
|
@ -10,7 +10,7 @@ README = (HERE / "README.md").read_text()
|
|||
# This call to setup() does all the work
|
||||
setup(
|
||||
name="raylib",
|
||||
version="2.6.0",
|
||||
version="3.5.0",
|
||||
description="Python CFFI bindings for Raylib",
|
||||
long_description=README,
|
||||
long_description_content_type="text/markdown",
|
||||
|
|
Reference in a new issue