From 2d0f2d8ce0dffcacb34aa6ce1388d1b46e1005ad Mon Sep 17 00:00:00 2001 From: Raymond Hogenson Date: Mon, 20 Aug 2018 09:10:49 -0400 Subject: Move assets directly into the binary 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? --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b539f62..ec2451c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ authors = ["Raymond Hogenson "] [dependencies] rand = "0.5.5" lazy_static = "1.1.0" +tempfile = "3" [dependencies.sdl2] git = "https://github.com/AngryLawyer/rust-sdl2" -- cgit v1.3.1