Skip to content

Commit

Permalink
Make MeshingKit Sendable
Browse files Browse the repository at this point in the history
  • Loading branch information
rudrankriyam committed Oct 14, 2024
1 parent d2b72cd commit da80cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/MeshingKit/MeshingKit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import SwiftUI
/// A structure that provides utility functions for creating mesh gradients.
public struct MeshingKit {
public struct MeshingKit: Sendable {

/// Creates a `MeshGradient` from a given `GradientTemplateSize3`.
///
Expand Down

0 comments on commit da80cac

Please sign in to comment.