Right, CI doesn't have libosu checked out separately

This commit is contained in:
Michael Zhang 2022-01-10 16:52:19 -06:00
parent c5c219337e
commit e4b34a7c50
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B

View file

@ -34,6 +34,7 @@ gfx_device_gl = "0.16.2"
[dependencies.libosu] [dependencies.libosu]
path = "../libosu" path = "../libosu"
version = "*"
[features] [features]
clippy = [] clippy = []