packaging(pesde): Finish support

This commit is contained in:
marked 2024-12-08 14:17:02 +01:00
parent 0818b498a6
commit 1563ef800e
2 changed files with 2 additions and 2 deletions

View file

@ -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<T = nil> = jecs.Id<T>
export type Pair<First, Second> = jecs.Pair<First, Second>

View file

@ -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"