You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@ Here's a simple example app demonstrate how easy it is to get started with Swift
41
41
42
42
```swift
43
43
importSwiftCrossUI
44
+
importGtkBackend
44
45
45
46
classCounterState: Observable {
46
47
@Observedvar count =0
@@ -87,6 +88,8 @@ swift run FileViewerExample
87
88
swift run NavigationExample
88
89
```
89
90
91
+
All examples use the `GtkBackend` but can easily be updated to test out other backends.
92
+
90
93
## Documentation
91
94
92
95
Here's the [documentation site](https://stackotter.github.io/swift-cross-ui/documentation/swiftcrossui). Keep in mind that the project is still very much a work-in-progress, proper documentation and tutorials will be created once the project has matured a bit, because otherwise I have to spend too much time keeping the documentation up-to-date.
0 commit comments