File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # GDTF -Parser
1+ # MVR -Parser
22
33This Go module allows reading and parsing the content of a ` .mvr ` file.
44
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ module github.com/Patch2PDF/MVR-Parser
33go 1.25.4
44
55require (
6- github.com/Patch2PDF/GDTF-Mesh-Reader/v2 v2.1 .0
7- github.com/Patch2PDF/GDTF-Parser v0.4.0
8- golang.org/x/sync v0.19 .0
6+ github.com/Patch2PDF/GDTF-Mesh-Reader/v2 v2.2 .0
7+ github.com/Patch2PDF/GDTF-Parser v0.4.1
8+ golang.org/x/sync v0.20 .0
99)
1010
1111require github.com/qmuntal/gltf v0.28.0 // indirect
Original file line number Diff line number Diff line change 1- github.com/Patch2PDF/GDTF-Mesh-Reader/v2 v2.1 .0 h1:Do1+QFw7sNf6B1lE8T9rokVGQQ3I1EhYqK7OPL4ep1Q =
2- github.com/Patch2PDF/GDTF-Mesh-Reader/v2 v2.1 .0 /go.mod h1:zAcGHlYdE75hdFo624nQfQHTzw9+NfPJT8Eo2mB1lI8 =
3- github.com/Patch2PDF/GDTF-Parser v0.4.0 h1:ZdZDxIjm4K63tTVtf48K0sYJCyppuID1m4P2b4QfvM8 =
4- github.com/Patch2PDF/GDTF-Parser v0.4.0 /go.mod h1:i3hZmZ2wIJ294MllgqQ+wQn4RtuYIWL1KLSn9Gseqdw =
1+ github.com/Patch2PDF/GDTF-Mesh-Reader/v2 v2.2 .0 h1:ykkdyTIl++IaxBbgo2WFF3/k4jy7IwcQ5FsXWBG4Zhg =
2+ github.com/Patch2PDF/GDTF-Mesh-Reader/v2 v2.2 .0 /go.mod h1:zAcGHlYdE75hdFo624nQfQHTzw9+NfPJT8Eo2mB1lI8 =
3+ github.com/Patch2PDF/GDTF-Parser v0.4.1 h1:RLmzQwIHGuEYc6C6hNtWA3HOpjhUizhkg36u0Px1a7E =
4+ github.com/Patch2PDF/GDTF-Parser v0.4.1 /go.mod h1:2l8WWbsYr4D0Uo069HMh9tImKtaUzy2+OeUpl7IN+S4 =
55github.com/go-test/deep v1.0.1 h1:UQhStjbkDClarlmv0am7OXXO4/GaPdCGiUiMTvi28sg =
66github.com/go-test/deep v1.0.1 /go.mod h1:wGDj63lr65AM2AQyKZd/NYHGb0R+1RLqB8NKt3aSFNA =
77github.com/qmuntal/gltf v0.28.0 h1:C4A1temWMPtcI2+qNfpfRq8FEJxoBGUN3ZZM8BCc+xU =
88github.com/qmuntal/gltf v0.28.0 /go.mod h1:YoXZOt0Nc0kIfSKOLZIRoV4FycdC+GzE+3JgiAGYoMs =
9- golang.org/x/sync v0.19 .0 h1:vV+1eWNmZ5geRlYjzm2adRgW2/mcpevXNg50YZtPCE4 =
10- golang.org/x/sync v0.19 .0 /go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI =
9+ golang.org/x/sync v0.20 .0 h1:e0PTpb7pjO8GAtTs2dQ6jYa5BWYlMuX047Dco/pItO4 =
10+ golang.org/x/sync v0.20 .0 /go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0 =
You can’t perform that action at this time.
0 commit comments