noise-rs icon indicating copy to clipboard operation
noise-rs copied to clipboard

Could we get a new release?

Open brandon-reinhart opened this issue 2 years ago • 2 comments

I notice that there are a bunch of features that aren't in 0.7.0, like the iter() access to noise map!

brandon-reinhart avatar May 27 '22 01:05 brandon-reinhart

I would like to see a new release as well. There are features in it that I use regularly. Is there anything I can do to help?

jeffreyrosenbluth avatar Jun 24 '22 12:06 jeffreyrosenbluth

For now we have to git clone this into our application root and add the following to cargo.toml

[dependencies]
noise = {path = "./noise-rs"}

FelixSelter avatar Jul 24 '22 10:07 FelixSelter

For now we have to git clone this into our application root and add the following to cargo.toml

[dependencies]
noise = {path = "./noise-rs"}

This is also possible:

[dependencies]
noise = { git = "https://github.com/Razaekel/noise-rs" }

kulkalkul avatar Oct 02 '22 18:10 kulkalkul

v0.8 is released

Razaekel avatar Oct 02 '22 20:10 Razaekel

awesome, thanks

jeffreyrosenbluth avatar Oct 03 '22 12:10 jeffreyrosenbluth