Auburn / FastNoiseLite

Fast Portable Noise Library - C# C++ C Java HLSL GLSL JavaScript Rust Go
http://auburn.github.io/FastNoiseLite/
MIT License
2.73k stars 320 forks source link

impl Clone for rust crate #136

Open DanielDK05 opened 5 months ago

DanielDK05 commented 5 months ago

I was just wondering if it would be possible to implement the Clone trait for the FastNoiseLite struct in the rust crate. Cloning is often very useful, and would be a nice to have, in my opinion. (Also I currently need it for my project :D)

Auburn commented 5 months ago

If you want to make a PR with the change I can look at merging it

DanielDK05 commented 5 months ago

Sure, I'll look into that!

DanielDK05 commented 5 months ago

Wasn't that much needed, heres the pull request:

138