Use git url for luau0-src dependency

This commit is contained in:
Michael Pfaff 2023-07-16 14:49:13 -04:00
parent 061f84f702
commit fa744b44d8
Signed by: michael
GPG Key ID: CF402C4A012AA9D4
1 changed files with 1 additions and 2 deletions

View File

@ -39,5 +39,4 @@ cfg-if = "1.0"
pkg-config = "0.3.17"
lua-src = { version = ">= 546.0.0, < 550.0.0", optional = true }
luajit-src = { version = ">= 210.4.0, < 220.0.0", optional = true }
#luau0-src = { version = "0.5.10", optional = true }
luau0-src = { path = "../../luau-src-rs", optional = true }
luau0-src = { git = "https://git.pfaff.dev/michael/luau-src-rs.git", optional = true }