mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
Update conanfile and readme
This commit is contained in:
parent
07f0b1ca13
commit
2c937a8f1c
2 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue