Skip to content

Commit

Permalink
Update documentation; update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
squid233 committed Jan 5, 2024
1 parent 0f74448 commit d94e17c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 20 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ Javadoc can be found [here](https://over-run.github.io/overrungl-doc/).

The documentation of OpenGL can be found [here](https://docs.gl/).

### Credits

[<img src="https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.png" alt="JetBrains Logo (Main) logo." width="128" height="128">](https://jb.gg/OpenSourceSupport)

### Publishing (for internal member)

To publish this library, you need a GPG key and the write permission of Maven Central.
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

## Supported Versions

We are currently working on 0.x versions
We are currently working on 0.x versions,
and only the latest version will be supported.

| Version | Supported |
| ------- | ------------------ |
|---------|--------------------|
| 0.1.x | :white_check_mark: |

## Reporting a Vulnerability
Expand Down
2 changes: 1 addition & 1 deletion modules/overrungl.core/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val overrunPlatformVersion: String by rootProject

dependencies {
implementation("io.github.over-run:platform:$overrunPlatformVersion")
api("io.github.over-run:platform:$overrunPlatformVersion")
}
5 changes: 0 additions & 5 deletions modules/overrungl.nfd/build.gradle.kts

This file was deleted.

14 changes: 2 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
~ MIT License
~
~ Copyright (c) 2022 Overrun Organization
~ Copyright (c) 2022-2024 Overrun Organization
~
~ Permission is hereby granted, free of charge, to any person obtaining a copy
~ of this software and associated documentation files (the "Software"), to deal
Expand All @@ -12,16 +12,6 @@
~
~ The above copyright notice and this permission notice shall be included in all
~ copies or substantial portions of the Software.
~
~ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
~ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
~ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
~ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
~ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
~ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
~ SOFTWARE.
This file is only useful for tracking GitHub projects that depend on OverrunGL.
-->

<project
Expand All @@ -36,7 +26,7 @@
<version>0.1.0-SNAPSHOT</version>

<name>OverrunGL</name>
<description>Overrun Game Library is a set of C/C++ library bindings and native accessor.</description>
<description>Overrun Game Library is a high-performance library, which enables cross-platform access to a set of C/C++ library bindings, and provides some useful utilities.</description>
<url>https://github.com/Over-Run/overrungl</url>

<licenses>
Expand Down

0 comments on commit d94e17c

Please sign in to comment.