From 1563ef800e6464647f640051aa2f3c1c9dc18785 Mon Sep 17 00:00:00 2001 From: marked Date: Sun, 8 Dec 2024 14:17:02 +0100 Subject: [PATCH] packaging(pesde): Finish support --- jecs.luau | 2 +- rokit.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jecs.luau b/jecs.luau index 0eb11dc..8fc5816 100644 --- a/jecs.luau +++ b/jecs.luau @@ -4,7 +4,7 @@ -- pesde adds dependencies by including a folder with them in the package -- wally just adds a file for each dependency -- this is here to mitigate that -local jecs = require("luau_packages/jecs") +local jecs = require("./luau_packages/jecs") export type Archetype = jecs.Archetype export type Id = jecs.Id export type Pair = jecs.Pair diff --git a/rokit.toml b/rokit.toml index af47a6b..1c56c74 100644 --- a/rokit.toml +++ b/rokit.toml @@ -12,4 +12,4 @@ luau-lsp = "johnnymorganz/luau-lsp@1.36.0" stylua = "johnnymorganz/stylua@0.20.0" wally-package-types = "johnnymorganz/wally-package-types@1.3.2" darklua = "seaofvoices/darklua@0.13.1" -pesde = "daimond113/pesde@0.5.0-rc.14" +pesde = "daimond113/pesde@0.5.0-rc.16"