Skip to content

Commit

Permalink
window gorup
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Lorenz committed Oct 2, 2023
1 parent cd37f1b commit 630c5f6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ let package = Package(
package: "OpenCombine"
),
.product(
name: "SDL",
name: "SDL",
package: "SwiftSDL2"
)
),
]
),
.executableTarget(
Expand Down
7 changes: 7 additions & 0 deletions Sources/TokamakSDL2/Scenes/WindowGroup.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import TokamakCore

extension WindowGroup: SceneDeferredToRenderer {
public var deferredBody: AnyView {
AnyView(content)
}
}

0 comments on commit 630c5f6

Please sign in to comment.