You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can obviously circumvent this by changing the array_type macro to implement DeepClone for each of the types for Array instead. It's not nice but it would solve the problem for the time being
For some reason it is not currently possible to implement DeepClone for Array generically either due to a compiler bug or me overlooking something.
blend2d-rs/src/variant.rs
Lines 322 to 332 in f1f116c
We can obviously circumvent this by changing the array_type macro to implement DeepClone for each of the types for Array instead. It's not nice but it would solve the problem for the time being
blend2d-rs/src/array.rs
Lines 448 to 504 in f1f116c
The text was updated successfully, but these errors were encountered: