Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
Make scene elements sendable
Browse files Browse the repository at this point in the history
  • Loading branch information
david-swift committed Sep 20, 2024
1 parent d6a8f18 commit bd6c9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Model/User Interface/Scene/SceneElement.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//

/// A structure conforming to `SceneElement` can be added to an app's `scene` property.
public protocol SceneElement {
public protocol SceneElement: Sendable {

/// The window type's identifier.
var id: String { get }
Expand Down

0 comments on commit bd6c9d6

Please sign in to comment.