veloren/voxygen
Xiretza 9ef2875db7 voxygen: avoid unnecessary allocation
Cow::to_string() goes through &str even for an Owned variant,
Cow::into_owned() passes Owned variants through as-is. As it happens,
the values here are always Owned (see comment in try_msg_ctx()
implementation).
2023-08-29 17:09:31 +00:00
..
anim Merge branch 'fix_sea_wyvern_head_offset' into 'master' 2023-08-09 12:44:27 +00:00
benches fix bench 2023-04-09 19:25:55 +01:00
egui Update winit to 0.28 2023-08-23 00:45:36 -04:00
examples (See sharp/lod-history) LOD, shadows, greedy meshing, new lighting, perf 2020-08-20 20:34:59 +02:00
i18n-helpers voxygen: avoid unnecessary allocation 2023-08-29 17:09:31 +00:00
src add fr translations 2023-08-29 10:14:48 +00:00
build.rs feat(voxygen): add logo for windows executable 2019-10-02 16:57:08 +02:00
Cargo.toml get rid of old criterion 2023-08-27 19:17:04 +02:00