Update README.md
This commit is contained in:
@@ -8,6 +8,8 @@ A growing library of assorted data structures, algorithms and utilities.
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
ORX is build against OPENRNDR 0.3.28, make sure you use this version in your project.
|
||||||
|
|
||||||
Easiest way to add ORX to your project is through the use of Jitpack
|
Easiest way to add ORX to your project is through the use of Jitpack
|
||||||
|
|
||||||
Add repository:
|
Add repository:
|
||||||
@@ -20,6 +22,6 @@ repositories {
|
|||||||
Add dependency:
|
Add dependency:
|
||||||
```
|
```
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'com.github.openrndr.orx:<orx-artifact>:v0.0.7'
|
compile 'com.github.openrndr.orx:<orx-artifact>:v0.0.8'
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
Reference in New Issue
Block a user