Skip to content

Commit 40b4c09

Browse files
committed
docs: Update readme with newest badge
1 parent ae14625 commit 40b4c09

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
![GitHub Workflow Status (master)](https://img.shields.io/github/actions/workflow/status/libgdx/gdx-video/publish_snapshot.yml?branch=master)
44

5-
[![Sonatype Nexus (Releases)](https://img.shields.io/nexus/r/com.badlogicgames.gdx-video/gdx-video?nexusVersion=2&server=https%3A%2F%2Foss.sonatype.org&label=release)](https://search.maven.org/artifact/com.badlogicgames.gdx-video/gdx-video)
6-
[![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/com.badlogicgames.gdx-video/gdx-video?server=https%3A%2F%2Foss.sonatype.org&label=snapshot)](https://oss.sonatype.org/#nexus-search;gav~com.badlogicgames.gdx-video~gdx-video~~~~kw,versionexpand)
5+
[![Maven Central Version](https://img.shields.io/maven-central/v/com.badlogicgames.gdx-video/gdx-video?label=release)](https://search.maven.org/artifact/com.badlogicgames.gdx-video/gdx-video)
76

87
A libGDX cross-platform video rendering extension
98

@@ -64,6 +63,12 @@ You also need to add the following file to your GdxDefinition.gwt.xml in your ht
6463
<inherits name="com.badlogic.gdx.video.gdx_video_gwt" />
6564
`````
6665

66+
##### Teavm:
67+
68+
```groovy
69+
implementation "com.badlogicgames.gdx-video:gdx-video-teavm:$gdxVideoVersion"
70+
```
71+
6772
## Playing video
6873

6974
First, get a video player for the current platform using

0 commit comments

Comments
 (0)