first commit
Some checks failed
/ buid (push) Has been cancelled

This commit is contained in:
2026-04-16 14:48:09 +07:00
commit 4b968a3347
5625 changed files with 1685474 additions and 0 deletions

19
Demo/macOS/macOSApp.swift Normal file
View 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()
}
}
}