Go to file
2023-01-20 16:10:18 +01:00
examples/helloworld some parsing 2023-01-17 01:21:19 +01:00
src sdl works 2023-01-20 16:10:18 +01:00
.gitignore rust > c++ 2023-01-18 17:57:21 +01:00
bong_grammar.txt rust bing bong 2023-01-18 20:43:54 +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