add jiwonz/dirs@0.2.2 lune

This commit is contained in:
pesde index updater 2025-01-13 15:57:25 +00:00
parent bc9aef164c
commit 0cb03b62e0

View file

@ -69,3 +69,18 @@ lib = "src/init.luau"
["0.2.1 lune".dependencies] ["0.2.1 lune".dependencies]
greentea = [{ name = "corecii/greentea", version = "^0.4.10", index = "https://github.com/daimond113/pesde-index" }, "standard"] greentea = [{ name = "corecii/greentea", version = "^0.4.10", index = "https://github.com/daimond113/pesde-index" }, "standard"]
pathfs = [{ name = "jiwonz/pathfs", version = "^0.2.1", index = "https://github.com/daimond113/pesde-index" }, "standard"] pathfs = [{ name = "jiwonz/pathfs", version = "^0.2.1", index = "https://github.com/daimond113/pesde-index" }, "standard"]
["0.2.2 lune"]
published_at = "2025-01-13T15:57:25.504850250Z"
description = "A library for lune that provides config/cache/data paths. Heavily inspired by dirs-rs"
license = "MIT"
authors = ["jiwonz"]
repository = "https://github.com/jiwonz/dirs-lune/"
["0.2.2 lune".target]
environment = "lune"
lib = "src/init.luau"
["0.2.2 lune".dependencies]
greentea = [{ name = "corecii/greentea", version = "^0.4.10", index = "https://github.com/daimond113/pesde-index" }, "standard"]
pathfs = [{ name = "jiwonz/pathfs", version = "^0.3.0", index = "https://github.com/daimond113/pesde-index" }, "standard"]