blua 0.0.1-rc4

bevy lua integration for doing systems in lua
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "blua"
version = "0.0.1-rc4"
edition = "2021"
authors = ["Malek"]
license = "MIT OR Apache-2.0"
description = "bevy lua integration for doing systems in lua"
repository = "https://github.com/MalekiRe/blua"

[dependencies]
bevy = { version = "0.15.0-rc.3", features = ["reflect_functions", "file_watcher"] }
piccolo = "0.3.3"
flume = "0.11.1"
send_wrapper = "0.6.0"
anyhow = "1.0.92"