forked from Meshiest/heightmap2brs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use brickadia instead of brs, add glow feature
- Loading branch information
Showing
8 changed files
with
338 additions
and
379 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
[package] | ||
name = "heightmap" | ||
version = "0.4.2" | ||
version = "0.5.0" | ||
authors = ["Meshiest <[email protected]>"] | ||
edition = "2018" | ||
resolver = "2" | ||
|
||
[dependencies] | ||
brs = "0.2.0" | ||
brickadia = "0.1.24" | ||
image = "0.23.4" | ||
clap = "2.33.0" | ||
byteorder = "1.3.4" | ||
uuid = "0.8.2" | ||
|
||
[dev-dependencies] | ||
nfd = "0.0.4" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
pub mod map; | ||
pub mod old; | ||
pub mod quad; | ||
pub mod util; | ||
pub use brs; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.