Skip to content

Commit

Permalink
update gui version
Browse files Browse the repository at this point in the history
  • Loading branch information
Meshiest committed Oct 15, 2021
1 parent 0793208 commit ac64cef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/gui.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#![allow(dead_code, unused_variables)]

use brickadia::write::{self, SaveWriter};
use brickadia::write::SaveWriter;

use {
heightmap::{map::*, quad::*, util::*},
Expand Down Expand Up @@ -157,7 +157,7 @@ impl epi::App for HeightmapApp {
// header
ui.horizontal(|ui|{
ui.heading("heightmap2brs");
ui.label("v0.4.2");
ui.label("v0.5.0");
});
ui.hyperlink("https://github.com/brickadia-community/heightmap2brs");
ui.label("Converts heightmap png files to Brickadia save files, also works as img2brick");
Expand Down

0 comments on commit ac64cef

Please sign in to comment.