veloren/worldsim
2021-08-13 10:53:15 +02:00
..
src implement a DeltaStorage System similar to DataStore, however i stil need to make duplicate non modifyable and mutable implementations, even though i only need mut, and this should somehow be simplified. also the borrow checker is still quite chaotic 2021-08-13 10:53:15 +02:00
Cargo.toml move away from the system that a layer stores it's parent index, but let a layer store their index used to access the child data. which makes everything much clearer and nicer to read and easier to develop on 2021-08-13 10:47:46 +02:00