Skip to content

Commit

Permalink
upd deps
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Oct 4, 2023
1 parent 83dc864 commit 7c04062
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 53 deletions.
104 changes: 52 additions & 52 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/generators/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ pub fn create_initial_map(mapres: &Path) -> Result<TwMap> {
name: "generic_unhookable".to_string(),
size: Extent2::new(1024, 1024),
}));
map.images.push(Image::Embedded(EmbeddedImage::from_file(mapres.join("basic_freeze.png")).note("Might have failed due to a non existing mapres directory, check out the '--mapres' option.")?));
map.images.push(Image::Embedded(EmbeddedImage::from_file(mapres.join("basic_freeze.png"))
.note("Might have failed due to a non existing mapres directory, check out the '--mapres' option.")?));
Ok(map)
}

Expand Down

0 comments on commit 7c04062

Please sign in to comment.