Skip to content

Commit

Permalink
Test package needs example package atm
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrebs5 committed Sep 13, 2024
1 parent 53f6846 commit d4fd3c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ baseline: spec
package: 'GameMecha-TileEditor' with: [spec requires: #('Squot')];
package: 'GameMecha-Examples' with: [spec requires: #('core')];
package: 'GameMecha-DemoGame' with: [spec requires: #('core')];
package: 'GameMecha-Test' with: [spec requires: #('core')].
package: 'GameMecha-Test' with: [spec requires: #('core' 'GameMecha-Examples')].
spec
group: 'core' with: #('GameMecha-ResourceLoading' 'GameMecha-Collision' 'GameMecha-KeyHandling' 'GameMecha-TileEditor');
group: 'examples' with: #('GameMecha-Examples' 'GameMecha-DemoGame');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"class" : {
},
"instance" : {
"baseline:" : "ek 9/13/2024 18:59",
"baseline:" : "ek 9/13/2024 19:01",
"squotMapper:" : "ek 9/13/2024 17:43" } }

0 comments on commit d4fd3c1

Please sign in to comment.