reference libpso from git

This commit is contained in:
Jake Probst 2019-09-07 23:37:45 -07:00
parent df3d031612
commit a365f92b63

View File

@ -13,7 +13,7 @@ name = "login"
path = "src/login/main.rs"
[dependencies]
libpso = { path = "../libpso" }
libpso = { git = "http://git.sharnoth.com/jake/libpso" }
rand = "0.6.5"
mio = "0.6"
mio-extras = "2.0.5"