From dcf41c0ab884c124ffda8f616ec617c1e584255e Mon Sep 17 00:00:00 2001 From: Raymond Hogenson Date: Sat, 18 Aug 2018 11:01:49 -0400 Subject: Add textures These were fun to make --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'default.nix') diff --git a/default.nix b/default.nix index a9e20f7..738d469 100644 --- a/default.nix +++ b/default.nix @@ -1,6 +1,6 @@ with import {}; ((import ./bullet_hell.nix).bullet_hell {}).override { crateOverrides = defaultCrateOverrides // { - bullet-hell = attrs: { buildInputs = [ SDL2 ]; }; + bullet-hell = attrs: { buildInputs = [ SDL2 SDL2_image ]; }; }; } -- cgit v1.3.1