File tree Expand file tree Collapse file tree 5 files changed +8673
-7687
lines changed Expand file tree Collapse file tree 5 files changed +8673
-7687
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ source code
7
7
raylib is licensed under an unmodified zlib/libpng license, which is an OSI-certified,
8
8
BSD-like license that allows static linking with closed source software:
9
9
10
- Copyright (c) 2013-2016 Ramon Santamaria (@raysan5 )
10
+ Copyright (c) 2013-2023 Ramon Santamaria (@raysan5 )
11
11
12
12
This software is provided "as-is", without any express or implied warranty. In no event
13
13
will the authors be held liable for any damages arising from the use of this software.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Raylib-py LICENSE
2
2
3
3
The MIT License
4
4
5
- Copyright (c) 2022 Jorge A. Gomes
5
+ Copyright (c) 2023 Jorge A. Gomes
6
6
7
7
Permission is hereby granted, free of charge, to any person obtaining a copy
8
8
of this software and associated documentation files (the "Software"), to deal
@@ -24,7 +24,7 @@ SOFTWARE.
24
24
25
25
C Raylic License
26
26
27
- Copyright (c) 2013-2022 Ramon Santamaria (@raysan5)
27
+ Copyright (c) 2013-2023 Ramon Santamaria (@raysan5)
28
28
29
29
This software is provided "as-is", without any express or implied warranty. In no event
30
30
will the authors be held liable for any damages arising from the use of this software.
Original file line number Diff line number Diff line change 1
- include src\raylibpy\bin\32bit\*.dylib
2
- include src\raylibpy\bin\32bit\*.dll
3
- include src\raylibpy\bin\32bit\libraylib.so.4.2.0
4
- include src\raylibpy\bin\64bit\*.dylib
5
- include src\raylibpy\bin\64bit\*.dll
6
- include src\raylibpy\bin\64bit\libraylib.so.4.2.0
1
+ include src\raylibpy\bin\32bit\libraylib.5.0.0.dylib
2
+ include src\raylibpy\bin\32bit\raylib.dll
3
+ include src\raylibpy\bin\32bit\libraylib.so.5.0.0
4
+ include src\raylibpy\bin\64bit\libraylib.5.0.0.dylib
5
+ include src\raylibpy\bin\64bit\raylib.dll
6
+ include src\raylibpy\bin\64bit\libraylib.so.5.0.0
7
+ include src\raylibpy\easings.py
8
+ include DOCS.md
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " raylib-py"
7
- version = " 4.2 .0"
7
+ version = " 5.0 .0"
8
8
authors = [
9
9
{ name =" Jorge A. Gomes" , email =" jorgegomes83@protonmail.com" },
10
10
]
11
- description = " A simple and easy-to-use library to enjoy videogames programming (written in C)"
11
+ description = " A simple and easy-to-use library to enjoy videogames programming (written in C, wrapped with ctypes )"
12
12
readme = " README.md"
13
13
requires-python = " >=3.3"
14
14
classifiers = [
You can’t perform that action at this time.
0 commit comments