diff options
| author | Raymond Hogenson <rhogenson@posteo.net> | 2018-08-20 09:10:49 -0400 |
|---|---|---|
| committer | Raymond Hogenson <rhogenson@posteo.net> | 2018-08-20 09:10:49 -0400 |
| commit | 2d0f2d8ce0dffcacb34aa6ce1388d1b46e1005ad (patch) | |
| tree | 4ca51b9788d678444b9e22509ccd4bdcaad5ee2d /Cargo.toml | |
| parent | edb8bd8c4db2df1dee62cbd23f6ca3111a75c67e (diff) | |
| download | stallman-shooter-2d0f2d8ce0dffcacb34aa6ce1388d1b46e1005ad.tar.zst | |
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?
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ authors = ["Raymond Hogenson <rhogenson@posteo.net>"] [dependencies] rand = "0.5.5" lazy_static = "1.1.0" +tempfile = "3" [dependencies.sdl2] git = "https://github.com/AngryLawyer/rust-sdl2" |
