summary refs log tree commit diff stats
path: root/vendor/SDL2/README-SDL.txt
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2022-03-20 13:03:18 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2022-03-20 13:03:18 -0400
commit304bab2aced9cae51d2e4c09f3d9e06c66ff175d (patch)
tree8397f81b893feb1cf624eee49c4fb01297aa08ad /vendor/SDL2/README-SDL.txt
parentba350484072c78e5e1a765370c22dbd76474aa39 (diff)
downloadether-304bab2aced9cae51d2e4c09f3d9e06c66ff175d.tar.gz
ether-304bab2aced9cae51d2e4c09f3d9e06c66ff175d.tar.bz2
ether-304bab2aced9cae51d2e4c09f3d9e06c66ff175d.zip
we can build a window app!
build type must be set to Release or it's horribly slow, and fullscreen does not work
Diffstat (limited to 'vendor/SDL2/README-SDL.txt')
-rw-r--r--vendor/SDL2/README-SDL.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/SDL2/README-SDL.txt b/vendor/SDL2/README-SDL.txt new file mode 100644 index 0000000..8d92955 --- /dev/null +++ b/vendor/SDL2/README-SDL.txt
@@ -0,0 +1,13 @@
1
2Please distribute this file with the SDL runtime environment:
3
4The Simple DirectMedia Layer (SDL for short) is a cross-platform library
5designed to make it easy to write multi-media software, such as games
6and emulators.
7
8The Simple DirectMedia Layer library source code is available from:
9https://www.libsdl.org/
10
11This library is distributed under the terms of the zlib license:
12http://www.zlib.net/zlib_license.html
13