kevy-lua 4.0.0

Lua scripting bridge for kevy — wraps the luna-core interpreter into the Redis EVAL/EVALSHA/SCRIPT command surface with default Lua 5.1 + per-script `#!lua version=N` dialect opt-in (5.1-5.5).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "kevy-lua"
version = "4.0.0"
dependencies = [
 "luna-core",
]

[[package]]
name = "luna-core"
version = "2.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e384c06421111606291352e82b57006de828cd3c99e7b0fe42596c3cd21a1b75"