Migrate to Meta backend #46

Merged
david-swift merged 12 commits from 1.0.0 into main 2024-10-04 01:17:43 +02:00
Showing only changes of commit 4bf4b0eef5 - Show all commits

View File

@ -8,7 +8,7 @@
import CAdw
/// A widget showing one of two widgets based on a condition.
public struct EitherView: View, Meta.EitherView {
public struct EitherView: SimpleView, Meta.EitherView {
/// Whether the first view is visible.
var condition: Bool