veloren/common
juliancoffee 1dd621a56f serialize AssetTweakWrapper<T>, not just T
asset_tweak::tweak_expect_or_create works by writing default data to
file and then read it as asset.
the problem is that it was writing T, and read AssetTweakWrapper<T>
which are different types.

Tests didn't handle case when you will load data back so bug was hidden.
2021-06-08 22:39:51 +03:00
..
assets serialize AssetTweakWrapper<T>, not just T 2021-06-08 22:39:51 +03:00
base Fix ProfSpan constructor being private 2021-06-03 00:10:06 -04:00
benches use criterion groups and fix tracing to much on wgpu 2021-06-03 22:37:17 +02:00
ecs switch to hashbrown 0.11 and specs 0.16.2 2021-06-07 13:01:01 +02:00
frontend adjust tracing 2021-06-06 19:31:25 +02:00
net switch to hashbrown 0.11 and specs 0.16.2 2021-06-07 13:01:01 +02:00
src add todo for clippy exception 2021-06-08 15:45:46 +02:00
state switch to hashbrown 0.11 and specs 0.16.2 2021-06-07 13:01:01 +02:00
systems switch to hashbrown 0.11 and specs 0.16.2 2021-06-07 13:01:01 +02:00
build.rs fix and improve nix build: actually output a proper veloren voxygen package now 2020-11-25 02:00:50 +03:00
Cargo.toml switch to hashbrown 0.11 and specs 0.16.2 2021-06-07 13:01:01 +02:00