Fixed openrndr version

This commit is contained in:
Edwin Jakobs
2018-10-04 23:04:18 +02:00
parent 8611f7303e
commit d65b7b48b2
2 changed files with 16 additions and 2 deletions

View File

@@ -4,6 +4,20 @@ A growing library of assorted data structures, algorithms and utilities.
- orx-kdtree - kd-tree implementation for fast nearest point searches
## Usage
Easiest way to add ORX to your project is through the use of Jitpack
Add repository:
```
repositories {
maven { url 'https://jitpack.io' }
}
```
Add dependency:
```
dependencies {
compile 'com.github.openrndr:orx:v0.0.1'
}
```