veloren/voxygen
Imbris 6c6b9181a5 Only construct specs::Dispatcher once
* use version of shred that has an added SendDispatcher so we can
  construct the dispatcher and send it between threads (only State to
  remain sendable)
* move closure for adding systems from State::tick to the creation
  functions
* this does mean some voxygen systems always run instead of just in the
  session state, but that should not cause issues and we can always
  configure them to do nothing if needed
2024-01-03 18:11:06 -05:00
..
anim Deprecated combo melee character state 2023-12-28 19:02:10 -05:00
benches replace all uses of Arc<> with references 2023-10-02 16:52:41 +02:00
egui Deprecated combo melee character state 2023-12-28 19:02:10 -05:00
examples (See sharp/lod-history) LOD, shadows, greedy meshing, new lighting, perf 2020-08-20 20:34:59 +02:00
i18n-helpers Phoenix overhaul 2023-11-28 11:13:18 +00:00
src Only construct specs::Dispatcher once 2024-01-03 18:11:06 -05:00
build.rs feat(voxygen): add logo for windows executable 2019-10-02 16:57:08 +02:00
Cargo.toml Include required serde feature for enum-map in veloren-common 2023-11-16 21:47:44 +01:00