Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/v1.1' into v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Auburn committed Oct 15, 2023
2 parents a15b2e8 + 467e6c0 commit c4eb57e
Show file tree
Hide file tree
Showing 3 changed files with 154 additions and 61 deletions.
27 changes: 26 additions & 1 deletion Rust/Cargo.lock

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

34 changes: 34 additions & 0 deletions Rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,40 @@ description = "FastNoiseLite is an extremely portable open source noise generati
repository = "https://github.com/Auburn/FastNoiseLite"
readme = "README.md"
authors = ["Jordan Peck", "Keavon Chambers"]
categories = [
"algorithms",
"game-development",
"graphics",
"multimedia::images",
"rendering",
]
keywords = [
"noise",
"fastnoise",
"procedural",
"simplex",
"opensimplex",
"cellular",
"voronoi",
"perlin",
"value",
"cubic",
"fractal",
"domain-warping",
"2D",
"3D",
"heightmap",
"terrain",
"texture",
"random",
"generative",
]

[features]
f64 = []
std = ["num-traits/std"]
libm = ["num-traits/libm"]
default = ["std"]

[dependencies]
num-traits = { version = "0.2.16", optional = true, default-features = false }
Loading

0 comments on commit c4eb57e

Please sign in to comment.