tristanlabelle / swift-winrt

A Swift bindings generator for WinRT APIs
MIT License
15 stars 1 forks source link

Create a system for generating helpers Swift files that depend on UWP APIs #152

Closed tristanlabelle closed 1 week ago

tristanlabelle commented 1 month ago

For example, IBuffer/IMemoryBuffer helpers depend on their generated code. We should be able to store Swift files as resources and support light templating so that they can be generated whenever the underlying type is generated.