Skip to content

Commit

Permalink
Readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Штенгауэр Никита Дмитриевич committed Jun 28, 2024
1 parent 0207bce commit 27c348f
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 5 deletions.
21 changes: 21 additions & 0 deletions .github/resources/boosty.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/resources/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions .github/workflows/maven_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: "Importing GPG key"
run: |
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: "Importing GPG key"
run: |
Expand All @@ -56,7 +56,7 @@ jobs:
macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: "Importing GPG key"
run: |
Expand Down
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# offscreen-jgl


<img src="./.github/resources/logo.png" alt="boosty">

<br>
<br>
<a href="https://boosty.to/husker-dev/donate">
<img width="145" src="./.github/resources/boosty.svg" alt="boosty">
</a>

<a href="LICENSE"><img src="https://img.shields.io/github/license/husker-dev/offscreen-jgl?style=flat-square"></a>
<a href="https://jitpack.io/#husker-dev/offscreen-jgl"><img src="https://img.shields.io/jitpack/v/github/husker-dev/offscreen-jgl?style=flat-square"></a>
<a href="https://github.com/husker-dev/offscreen-jgl/releases/latest"><img src="https://img.shields.io/github/v/release/husker-dev/offscreen-jgl?style=flat-square"></a>

Java tool for creating thread-independent offscreen OpenGL contexts
Expand Down

0 comments on commit 27c348f

Please sign in to comment.