Skip to content

Commit

Permalink
Fixed export of parser.dart flame-engine#2
Browse files Browse the repository at this point in the history
  • Loading branch information
supagu committed Jun 14, 2021
1 parent e538546 commit ea66086
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/tiled.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import 'package:archive/archive.dart';
import 'package:xml/xml.dart';

part 'src/parser.dart';

part 'src/chunk.dart';
part 'src/common/enums.dart';
part 'src/common/flips.dart';
Expand Down
1 change: 0 additions & 1 deletion test/parser_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import 'dart:io';
import 'dart:math' show Rectangle;

import 'package:test/test.dart';
import 'package:tiled/src/parser.dart';
import 'package:tiled/tiled.dart';
import 'package:xml/xml.dart';

Expand Down
1 change: 0 additions & 1 deletion test/tileset_test.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import 'dart:io';
import 'package:tiled/src/parser.dart';
import 'package:xml/xml.dart';
import 'package:test/test.dart';
import 'package:tiled/tiled.dart';
Expand Down

0 comments on commit ea66086

Please sign in to comment.