From daa61a51eb97f868a56a52fc61b560832dde353b Mon Sep 17 00:00:00 2001 From: Raymond Hogenson Date: Sat, 18 Aug 2018 00:25:29 -0400 Subject: Write a working bullet hell 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. --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..8b4a64e --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "bullet-hell" +version = "0.1.0" +authors = ["Raymond Hogenson "] + +[dependencies] +sdl2 = "0.31.0" +rand = "0.5.5" -- cgit v1.3.1