mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 18:19:03 +00:00
Ladybird/AppKit: Port TaskManager window to Swift
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.
This commit is contained in:
parent
4066ce2c7e
commit
68ce5f8290
Notes:
github-actions[bot]
2024-07-21 21:56:43 +00:00
Author: https://github.com/ADKaster
Commit: 68ce5f8290
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/726
14 changed files with 313 additions and 15 deletions
14
Ladybird/AppKit/module.modulemap
Normal file
14
Ladybird/AppKit/module.modulemap
Normal file
|
@ -0,0 +1,14 @@
|
|||
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 *
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue