File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
crates/bevy_system_reflection Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 22name = " bevy_system_reflection"
33version = " 0.1.0"
44edition = " 2024"
5+ authors = [" Maksymilian Mozolewski <makspl17@gmail.com>" ]
6+ license = " MIT OR Apache-2.0"
7+ description = " Utilities for reflecting systems, schedules, system sets and rendering schedules"
8+ repository = " https://github.com/makspll/bevy_mod_scripting"
9+ homepage = " https://github.com/makspll/bevy_mod_scripting"
10+ keywords = [" bevy" , " gamedev" , " scripting" , " lua" ]
11+ categories = [" game-development" ]
12+ readme = " readme.md"
513
614[dependencies ]
715bevy = { workspace = true , default-features = false }
816dot-writer = " 0.1.4"
9- petgraph = " * "
17+ petgraph = " 0.6 "
1018
1119
1220[dev-dependencies ]
Original file line number Diff line number Diff line change 1+ # Bevy System Reflection
2+
3+ This crate is a part of the [ "bevy_mod_scripting" workspace] ( https://github.com/makspll/bevy_mod_scripting ) .
4+
5+
6+ It holds some reflection logic which is not essentially core BMS logic and could theoretically be upstreamaed to Bevy.
You can’t perform that action at this time.
0 commit comments