Skip to content

Commit

Permalink
add squot as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrebs5 committed Sep 13, 2024
1 parent f5f3603 commit 9d23bbf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ baseline: spec
spec
for: #'common'
do: [

self squotMapper: spec.

spec
package: 'GameMecha-ResourceLoading';
package: 'GameMecha-Collisions';
package: 'GameMecha-KeyHandling';
package: 'GameMecha-TileEditor';
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')].
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
baseline
squotMapper: spec

spec
baseline: 'Squot'
with: [
spec
repository: 'github://hpi-swa/Squot:mapper/src'
]
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
"class" : {
},
"instance" : {
"baseline:" : "ek 9/13/2024 17:36" } }
"baseline:" : "ek 9/13/2024 17:45",
"squotMapper:" : "ek 9/13/2024 17:43" } }

0 comments on commit 9d23bbf

Please sign in to comment.