testing requirement
This commit is contained in:
@@ -10,6 +10,8 @@ use crate::v1 as latest;
|
|||||||
// investigate reuse using #[br(map=trey_vec3)]
|
// investigate reuse using #[br(map=trey_vec3)]
|
||||||
// Vector2
|
// Vector2
|
||||||
// Vector3
|
// Vector3
|
||||||
|
//
|
||||||
|
// Settings are looking rather destructive, pls ensure all files round-trip
|
||||||
|
|
||||||
pub fn from_v0(block_v0:&crate::v0::Block)->latest::Block{
|
pub fn from_v0(block_v0:&crate::v0::Block)->latest::Block{
|
||||||
let input_events=block_v0.input_events.iter().map(|event|{
|
let input_events=block_v0.input_events.iter().map(|event|{
|
||||||
|
|||||||
Reference in New Issue
Block a user