zig toolchain stuff

This commit is contained in:
DubbleClick
2025-07-01 14:01:48 +07:00
parent 5370af4a84
commit 0a33fba23e
10 changed files with 149 additions and 38 deletions

View File

@@ -13,4 +13,6 @@ abstract class CustomPackage
abstract public function extract(string $name): void;
abstract public static function getEnvironment(): array;
abstract public static function isInstalled(): bool;
}