cleanup
This commit is contained in:
parent
2835d490f6
commit
ebb6a50285
1 changed files with 0 additions and 2 deletions
|
|
@ -9,7 +9,6 @@ categories = ["game-development"]
|
||||||
description = "Plugin for Bevy engine that allows you to write some of your game logic in a scripting language"
|
description = "Plugin for Bevy engine that allows you to write some of your game logic in a scripting language"
|
||||||
repository = "https://github.com/jarkonik/bevy_scriptum"
|
repository = "https://github.com/jarkonik/bevy_scriptum"
|
||||||
keywords = ["bevy", "rhai", "scripting", "game", "gamedev"]
|
keywords = ["bevy", "rhai", "scripting", "game", "gamedev"]
|
||||||
links = "lz" # TODO: conditional, probably will need a crate for ruby
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
lua = ["dep:mlua", "mlua/luajit"]
|
lua = ["dep:mlua", "mlua/luajit"]
|
||||||
|
|
@ -34,7 +33,6 @@ mlua = { version = "0.9.8", features = [
|
||||||
], optional = true }
|
], optional = true }
|
||||||
magnus = { version = "0.7.1", optional = true }
|
magnus = { version = "0.7.1", optional = true }
|
||||||
rb-sys = { version = "*", default-features = false, features = ["link-ruby", "ruby-static"], optional = true }
|
rb-sys = { version = "*", default-features = false, features = ["link-ruby", "ruby-static"], optional = true }
|
||||||
libz-sys = { version = "1.1", default-features = false, features = ["static"] }
|
|
||||||
crossbeam-channel = "0.5.15"
|
crossbeam-channel = "0.5.15"
|
||||||
|
|
||||||
[[example]]
|
[[example]]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue