// // watchos_glslApp.swift // watchos_glsl Watch App // // Created by Beppe Vanrolleghem on 01/06/2024. // import SwiftUI @main struct watchos_glsl_Watch_AppApp: App { var body: some Scene { WindowGroup { ContentView() } } }