TokamakUI / Tokamak

SwiftUI-compatible framework for building browser apps with WebAssembly and native apps for other platforms
Apache License 2.0
2.62k stars 111 forks source link

Add missing `AnyGesture` type-eraser #544

Open shial4 opened 1 year ago

shial4 commented 1 year ago

Describe the bug Add missing AnyGesture type-eraser

/// A type-erased gesture.
public struct AnyGesture<Value>: Gesture {
...
}
shial4 commented 1 year ago

https://github.com/TokamakUI/Tokamak/pull/538#discussion_r1299233865