Go to file
2023-01-21 03:40:08 +01:00
examples/helloworld some parsing 2023-01-17 01:21:19 +01:00
src moar parsing 2023-01-21 03:40:08 +01:00
.gitignore made some rectangles 2023-01-20 17:02:03 +01:00
bong_grammar.txt moar parsing 2023-01-21 03:40:08 +01:00
Cargo.lock sdl and parser 2023-01-20 15:47:43 +01:00
Cargo.toml sdl and parser 2023-01-20 15:47:43 +01:00
LICENSE Initial commit 2023-01-08 18:09:47 +01:00
README.md sdl works 2023-01-20 16:10:18 +01:00

web-stack-project

Dependencies

SDL2, SDL-mixer and SDL-image

Debian

sudo apt install libsdl2-2.0-0 libsdl2-dev libsdl2-image-2.0-0 libsdl2-image-dev libsdl2-mixer-2.0-0 libsdl2-mixer-dev