Skip to content

Commit

Permalink
Fix Cargo.toml syntax issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglerchris committed Jul 24, 2022
1 parent 9ffefa3 commit cb4f71d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ system-lua53=["rlua-lua53-sys", "rlua-lua53-sys/lua53-pkg-config"]
system-lua51=["rlua-lua51-sys", "rlua-lua51-sys/lua51-pkg-config"]

# Remove Lua's os lib
lua-no-oslib=["rlua-lua54-sys/lua-no-oslib"]
lua-no-oslib=["rlua-lua53-sys/lua-no-oslib"]
lua-no-oslib=["rlua-lua51-sys/lua-no-oslib"]
lua-no-oslib=["rlua-lua54-sys/lua-no-oslib","rlua-lua53-sys/lua-no-oslib","rlua-lua51-sys/lua-no-oslib"]

# Enabled functions from the math module that have been deprecated
lua-compat-mathlib = []
Expand Down

0 comments on commit cb4f71d

Please sign in to comment.