This commit is contained in:
vcoppe
2026-09-21 23:49:57 +02:00
parent cc5f5653ef
commit a486016d96
9 changed files with 405 additions and 36 deletions
+1
View File
@@ -7,6 +7,7 @@ pub struct GPXFile {
pub info: GPXFileInfo,
pub trk: Vec<Track>,
pub wpt: Vec<Rc<WaypointChunk>>,
// TODO routes
}
#[derive(Debug, Default)]