Update conanfile and readme

This commit is contained in:
Vinyl Darkscratch 2018-10-02 18:51:36 -07:00
parent 07f0b1ca13
commit 2c937a8f1c
2 changed files with 2 additions and 1 deletions

View file

@ -39,6 +39,7 @@ Thanks to [hunternet93](https://github.com/hunternet93) for starting the reimple
```sh
conan remote add eliza "https://api.bintray.com/conan/eliza/conan"
conan remote add gooborg "https://api.bintray.com/conan/gooborgstudios/conan"
conan remote add bincrafters "https://api.bintray.com/conan/bincrafters/public-conan"
```

View file

@ -15,7 +15,7 @@ class MkxpConan(ConanFile):
"boost/1.68.0@conan/stable",
"openal/1.18.2@bincrafters/stable",
"physfs/3.0.1@eliza/stable",
"pixman/0.34.0@eliza/stable",
"pixman/0.34.0@bincrafters/stable",
"ruby-mkxp/2.5.1@eliza/stable",
"sdl2/2.0.8@bincrafters/stable",
"sdl2_image/2.0.3@bincrafters/stable",