Add maven central and github action badges

This commit is contained in:
Edwin Jakobs
2021-05-15 11:13:37 +02:00
committed by GitHub
parent 579ddf9bb5
commit 6dc61302e5

View File

@@ -1,7 +1,11 @@
# ORX (OPENRNDR EXTRA)
[ ![Download](https://api.bintray.com/packages/openrndr/openrndr/orx/images/download.svg) ](https://bintray.com/openrndr/openrndr/orx/_latestVersion)
[![Download](https://maven-badges.herokuapp.com/maven-central/org.openrndr.extra/orx-panel/badge.svg)](https://mvnrepository.com/artifact/org.openrndr.extra/orx-panel)
![Build status](https://github.com/openrndr/orx/actions/workflows/generate-screenshots.yml/badge.svg)
A growing library of assorted data structures, algorithms and utilities.
<!-- __orxListBegin__ -->
@@ -58,4 +62,4 @@ A growing library of assorted data structures, algorithms and utilities.
run `./gradlew publishToMavenLocal -Prelease.version=0.4.0-SNAPSHOT` (or import in IntelliJ IDEA and edit the run configuration)
In an [`openrndr-template`](https://github.com/openrndr/openrndr-template) based project set `orxUseSnapshot = true` in order to use the snapshot build.
In an [`openrndr-template`](https://github.com/openrndr/openrndr-template) based project set `orxUseSnapshot = true` in order to use the snapshot build.