File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ This project adheres to [Semantic Versioning](https://semver.org/) since version
66## [ Unreleased]
77### Changed
88- Added an empty ` __slots__ ` to ` EventDispatch ` .
9+ - Bundle ` SDL 2.28.1 ` on Windows and MacOS.
10+
11+ ### Fixed
12+ - Fixed "SDL failed to get a vertex buffer for this Direct3D 9 rendering batch!"
13+ https://github.com/libtcod/python-tcod/issues/131
914
1015### Removed
1116- Dropped support for Python 3.7.
Original file line number Diff line number Diff line change 2626# The SDL2 version to parse and export symbols from.
2727SDL2_PARSE_VERSION = os .environ .get ("SDL_VERSION" , "2.0.20" )
2828# The SDL2 version to include in binary distributions.
29- SDL2_BUNDLE_VERSION = os .environ .get ("SDL_VERSION" , "2.26.0 " )
29+ SDL2_BUNDLE_VERSION = os .environ .get ("SDL_VERSION" , "2.28.1 " )
3030
3131
3232# Used to remove excessive newlines in debug outputs.
You can’t perform that action at this time.
0 commit comments