Skip to content

Commit

Permalink
feat: use ravi lua
Browse files Browse the repository at this point in the history
  • Loading branch information
zeromake committed Dec 7, 2023
1 parent c21c9a7 commit 0f999bd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ local deps = {
"sdl2_mixer",
"brotli",
"ghc_filesystem",
"luajit",
-- "luajit",
"ravi",
"stb",
"fmt"
}
Expand Down Expand Up @@ -165,7 +166,8 @@ target("onscripter")
"sdl2_mixer",
"brotli",
"ghc_filesystem",
"luajit",
-- "luajit",
"ravi",
"stb",
"fmt"
)
Expand Down

0 comments on commit 0f999bd

Please sign in to comment.