Skip to content

Commit

Permalink
chore: add docc as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
helbertgs committed Sep 19, 2024
1 parent d039b36 commit 7880a24
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 78 deletions.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/OpenCombine/OpenCombine.git", branch: "master"),
.package(url: "https://github.com/helbertgs/OpenGLAD.git", branch: "main"),
.package(url: "https://github.com/helbertgs/OpenGLFW.git", branch: "main")
.package(url: "https://github.com/helbertgs/OpenGLFW.git", branch: "main"),
.package(url: "https://github.com/swiftlang/swift-docc-plugin", branch: "main")
],
targets: [
.target(
Expand Down
38 changes: 0 additions & 38 deletions Package@swift-5.10.swift

This file was deleted.

38 changes: 0 additions & 38 deletions Package@swift-5.9.swift

This file was deleted.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/0cdb7c84c14a4e709e938a65ff87e2e4)](https://www.codacy.com/gh/helbertgs/OpenSwiftUI/dashboard?utm_source=github.com&utm_medium=referral&utm_content=helbertgs/OpenSwiftUI&utm_campaign=Badge_Grade)
![Swift Version](https://badgen.net/badge/Swift/6.0/orange)
![Swift Package Manager Version](https://badgen.net/badge/Swift%20Package%20Manager/6.0/orange)
![Windows](https://badgen.net/badge/Windows/10+/blue)
![Windows](https://badgen.net/badge/Windows/Latest/blue)
![Linux](https://badgen.net/badge/Ubuntu/Latest/orange)
![OpenGL](https://badgen.net/badge/OpenGL/3.3+/blue)


Declare the user interface and behavior for your app on every platform. Open-source framework based on Apple's SwiftUI.
Expand Down

0 comments on commit 7880a24

Please sign in to comment.