diff --git a/apps/demos/platformer/data/packs/data.toml b/apps/demos/platformer/data/packs/data.toml index 5778b2a..000fdd5 100644 --- a/apps/demos/platformer/data/packs/data.toml +++ b/apps/demos/platformer/data/packs/data.toml @@ -1,3 +1,3 @@ [[deps]] -source = "../../common-data" # where does it come from, might be an url +source = "../../../common-data" # where does it come from, might be an url name = "common-data" # should be globally unique diff --git a/apps/demos/scenery/data/packs/data.toml b/apps/demos/scenery/data/packs/data.toml index 5778b2a..000fdd5 100644 --- a/apps/demos/scenery/data/packs/data.toml +++ b/apps/demos/scenery/data/packs/data.toml @@ -1,3 +1,3 @@ [[deps]] -source = "../../common-data" # where does it come from, might be an url +source = "../../../common-data" # where does it come from, might be an url name = "common-data" # should be globally unique