19
Demo/macOS/macOSApp.swift
Normal file
19
Demo/macOS/macOSApp.swift
Normal file
@ -0,0 +1,19 @@
|
||||
//
|
||||
// macOSApp.swift
|
||||
// macOS
|
||||
//
|
||||
// Created by kintan on 1/30/24.
|
||||
//
|
||||
|
||||
import FFmpegKit
|
||||
import libmpv
|
||||
import SwiftUI
|
||||
|
||||
@main
|
||||
struct macOSApp: App {
|
||||
var body: some Scene {
|
||||
WindowGroup {
|
||||
ContentView()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user