SwiftTheming
SwiftTheming copied to clipboard
Support material asset in SwiftTheming
Description
As materials are part of Apple Platform especially in VisionOS, it is good to support them in SwiftTheming.
Proposal
The new asset protocol called MaterialAssets
will be added to Assets
as follows.
public protocol Assets {
associatedtype MaterialAsset: MaterialAssets
}