Files
watchos_glsl/watchos_glsl Watch App/watchos_glslApp.swift
2024-06-01 20:14:53 +02:00

18 lines
267 B
Swift

//
// 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()
}
}
}