Skip to content

Commit

Permalink
Add Soup
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed Oct 8, 2023
1 parent 0e1b30f commit 86e9085
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions data/packages.php
Original file line number Diff line number Diff line change
Expand Up @@ -769,6 +769,27 @@
"lib/custom-loadout/component_resources.lua" => "raw.githubusercontent.com/Davus0717/custom-loadout/v1.5.4/src/lib/custom-loadout/component_resources.lua"
]
],
"lua/luaffi" => [
"is_dependency" => true,
"author" => "Calamity, Inc.",
"version" => "0.1.1",
"files" => [
"lib/luaffi.dll" => "calamity.zip/luaffi/0.1.1/luaffi.dll"
]
],
"lua/Soup" => [
"is_dependency" => true,
"author" => "Calamity, Inc.",
"depends" => [
"lua/luaffi"
],
"version" => "4f390ea",
"files" => [
"lib/soup/init.lua" => "calamity.zip/stand-soup-ffi-init.lua",
"lib/soup/soup-apigen.lua" => "raw.githubusercontent.com/calamity-inc/Soup/92d79a55adc2f87cac7f1fb92e49c5f7d47d76b7/bindings/soup-apigen.lua",
"lib/soup/soup.dll" => "calamity.zip/soup/2023-08-26-4f390ea12360b3424bf70a74a74da110459e58c1/soup.dll"
]
],
];

foreach($packages as $name => &$package)
Expand Down

0 comments on commit 86e9085

Please sign in to comment.