-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
547 changed files
with
44,302 additions
and
11,998 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Summary | ||
|
||
_A brief introduction to your changes..._ | ||
|
||
# Description | ||
|
||
_Full description of your changes..._ | ||
|
||
# Additional Context | ||
|
||
_Other context, such as version, dependencies, ..._ | ||
|
||
--- | ||
|
||
- [ ] I agree to follow this project's [Code of Conduct](https://github.com/Over-Run/overrungl/blob/main/CODE_OF_CONDUCT.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Security Policy | ||
|
||
## Supported 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 | ||
|
||
You can report a vulnerability through [creating an issue](https://github.com/Over-Run/overrungl/security/advisories/new). | ||
|
||
By reporting the vulnerability, you acknowledge that you have read and agree our [Code of Conduct](CODE_OF_CONDUCT.md). | ||
|
||
We don't accept any vulnerability in unsupported versions. | ||
Please keep using the latest version. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,13 +6,17 @@ projArtifactId=overrungl | |
projName=overrungl | ||
projVersion=0.1.0-SNAPSHOT | ||
projVcs=Over-Run/overrungl | ||
projBranch=0.x | ||
projBranch=main | ||
projLicenseYear=2024 | ||
|
||
# Organization | ||
orgName=Overrun Organization | ||
orgUrl=https://over-run.github.io/ | ||
|
||
# Developers | ||
developers=squid233:squid233:[email protected] | ||
jdkVersion=22 | ||
jdkEnablePreview=true | ||
jdkEarlyAccessDoc=jdk22 | ||
kotlinTargetJdkVersion=21 | ||
|
||
projModules=core, glfw, nfd, joml, opengl, stb | ||
overrunPlatformVersion=1.0.0 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
val overrunPlatformVersion: String by rootProject | ||
|
||
dependencies { | ||
api("io.github.over-run:platform:$overrunPlatformVersion") | ||
} |
Oops, something went wrong.