mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
68ce5f8290
This is just a direct port of the Objective-C++ code to Swift 6. A future patch should probably update it to actually use SwiftUI.
14 lines
298 B
Text
14 lines
298 B
Text
module Ladybird [system] {
|
|
requires cplusplus
|
|
requires objc_arc
|
|
|
|
explicit module WebView {
|
|
header "UI/LadybirdWebView.h"
|
|
export *
|
|
}
|
|
|
|
explicit module WebViewApplication {
|
|
header "../../Userland/Libraries/LibWebView/Application.h"
|
|
export *
|
|
}
|
|
}
|