packaging(pesde): Finish support
This commit is contained in:
parent
0818b498a6
commit
1563ef800e
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
-- pesde adds dependencies by including a folder with them in the package
|
-- pesde adds dependencies by including a folder with them in the package
|
||||||
-- wally just adds a file for each dependency
|
-- wally just adds a file for each dependency
|
||||||
-- this is here to mitigate that
|
-- 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 Archetype = jecs.Archetype
|
||||||
export type Id<T = nil> = jecs.Id<T>
|
export type Id<T = nil> = jecs.Id<T>
|
||||||
export type Pair<First, Second> = jecs.Pair<First, Second>
|
export type Pair<First, Second> = jecs.Pair<First, Second>
|
||||||
|
|
|
@ -12,4 +12,4 @@ luau-lsp = "johnnymorganz/luau-lsp@1.36.0"
|
||||||
stylua = "johnnymorganz/stylua@0.20.0"
|
stylua = "johnnymorganz/stylua@0.20.0"
|
||||||
wally-package-types = "johnnymorganz/wally-package-types@1.3.2"
|
wally-package-types = "johnnymorganz/wally-package-types@1.3.2"
|
||||||
darklua = "seaofvoices/darklua@0.13.1"
|
darklua = "seaofvoices/darklua@0.13.1"
|
||||||
pesde = "daimond113/pesde@0.5.0-rc.14"
|
pesde = "daimond113/pesde@0.5.0-rc.16"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue