Auburn / FastNoiseLite

Fast Portable Noise Library - C# C++ C Java HLSL GLSL JavaScript Rust Go

Home Page:http://auburn.github.io/FastNoiseLite/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

impl Clone for rust crate

DanielDK05 opened this issue · comments

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)

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

Sure, I'll look into that!

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