SwiftTheming icon indicating copy to clipboard operation
SwiftTheming copied to clipboard

Support material asset in SwiftTheming

Open dscyrescotti opened this issue 1 year ago • 0 comments

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
}

dscyrescotti avatar Jun 10 '23 05:06 dscyrescotti