Skip to content

Commit

Permalink
Add test results
Browse files Browse the repository at this point in the history
  • Loading branch information
oovm committed Jun 21, 2024
1 parent e0abc86 commit cfbd5d8
Show file tree
Hide file tree
Showing 6 changed files with 11,351 additions and 6 deletions.
12 changes: 7 additions & 5 deletions projects/terrain-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,21 @@
name = "terrain-core"
version = "0.0.0"
authors = ["Aster <192607617@qq.com>"]
description = "..."
repository = "https://github.com/oovm/sub_projects"
documentation = "https://docs.rs/sub_projects"
readme = "Readme.md"
description = "A library for generating terrain."
repository = "https://github.com/oovm/Terrain"
documentation = "https://docs.rs/terrain-core"
readme = "readme.md"
license = "MPL-2.0"
edition = "2021"

[dependencies]
color-gradient = "0.1.3"
serde = { version = "1.0.130", features = ["derive"], optional = true }
rand = { version = "0.8.4", features = ["small_rng"] }
ndarray = { version = "0.15.6" }
tracing = "0.1.37"
image = { version = "0.24.6", optional = true }
image = { version = "0.25.1", optional = true }


[dependencies.diamond-square]
version = "0.0.*"
Expand Down
Binary file added projects/terrain-core/test512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit cfbd5d8

Please sign in to comment.