summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Collapse)AuthorFilesLines
2018-08-22Change SDL2 versionRaymond Hogenson1-1/+1
I prefer to use a stable version, because then nixos can build it.
2018-08-20Move assets directly into the binaryRaymond Hogenson1-0/+1
Wow rust has a built-in operation for moving binary assets into a file! That's so cool! Rust is the best language in the world! Does C++ have this?
2018-08-18Add texturesRaymond Hogenson1-1/+6
These were fun to make
2018-08-18Write a working bullet hellRaymond Hogenson1-0/+8
I just fucked up the enemy movement, but hopefully I won't ever need that old code. The new one is going to look really cool and sweet. Anything with just modifying acceleration must look very cool and smooth.