packaging: Add pesde support, feat: Add searching and clearing to ref
+ Added pesde support + Added `.search()` to `ref` and made `ref()` (`.set_ref()`) & `.search()` return a clearer which removes the reference + Bumped to 0.1.6
This commit is contained in:
parent
d235e883a1
commit
b4cc94f369
14 changed files with 109 additions and 15 deletions
17
pesde.toml
Normal file
17
pesde.toml
Normal file
|
@ -0,0 +1,17 @@
|
|||
name = "mark_marks/jecs_utils"
|
||||
version = "0.1.6"
|
||||
description = "A set of utilities for jecs"
|
||||
authors = ["marked/Mark-Marks"]
|
||||
repository = "https://github.com/mark-marks/jecs-utils"
|
||||
license = "MIT"
|
||||
|
||||
include = ["src", "src/**", "LICENSE", "pesde.toml", "README.md"]
|
||||
|
||||
[target]
|
||||
environment = "luau"
|
||||
|
||||
[indices]
|
||||
default = "https://github.com/daimond113/pesde-index"
|
||||
|
||||
[dependencies]
|
||||
jecs = { repo = "https://git.devmarked.win/marked/jecs-pesde", rev = "main" }
|
Loading…
Add table
Add a link
Reference in a new issue