mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 07:14:50 +01:00
docs: fix features for docs.rs
This commit is contained in:
parent
422566a145
commit
94e52a86f4
1 changed files with 1 additions and 1 deletions
|
@ -81,4 +81,4 @@ luajit = ["lua", "mlua-codemp-patch/luajit"]
|
||||||
|
|
||||||
|
|
||||||
[package.metadata.docs.rs] # enabled features when building on docs.rs
|
[package.metadata.docs.rs] # enabled features when building on docs.rs
|
||||||
features = ["lua", "java", "js", "python"]
|
features = ["lua54", "java", "js", "python"]
|
||||||
|
|
Loading…
Reference in a new issue