Skip to content

Commit

Permalink
Add Soup
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed Sep 19, 2023
1 parent cdb752f commit 7496e21
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions data/packages.php
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,26 @@
"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.0",
"files" => [
"lib/luaffi.dll" => "calamity.zip/luaffi/0.1.0/luaffi.dll"
]
],
"lua/Soup" => [
"is_dependency" => true,
"author" => "Calamity, Inc.",
"depends" => [
"lua/luaffi"
],
"files" => [
"lib/soup.lua" => "calamity.zip/soup.lua",
"lib/soup-apigen.lua" => "raw.githubusercontent.com/calamity-inc/Soup/92d79a55adc2f87cac7f1fb92e49c5f7d47d76b7/bindings/soup-apigen.lua",
"resources/soup.dll" => "calamity.zip/soup/2023-08-26-4f390ea12360b3424bf70a74a74da110459e58c1/soup.dll"
]
],
];

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

0 comments on commit 7496e21

Please sign in to comment.