Maciej Główka
Results
2
issues of
Maciej Główka
Hi, I can't seem to deserialize an enum containing a tuple-like value. ( `Heal` variant below). ```rust #[derive(Clone, Copy, Debug, Deserialize)] pub enum ActionKind { Descend, Heal(u32) } #[derive(Component, Deserialize)]...
### Description Hi I am getting this weird bug with screen resolution recently. On Android I am determining my screen size from the Resize event (as on the app start...
B - bug
DS - android