From c5455ef0fbfc4203a4aa8ad185dfa43bdadc0b82 Mon Sep 17 00:00:00 2001 From: Leander Scherer Date: Sun, 8 Mar 2026 20:04:08 +0100 Subject: feat(deps): add raylib and raytmx dependencies --- lib/libraylib.a | Bin 0 -> 2798172 bytes lib/libraylib.so | 1 + lib/libraylib.so.5.5.0 | Bin 0 -> 2032336 bytes lib/libraylib.so.550 | 1 + 4 files changed, 2 insertions(+) create mode 100644 lib/libraylib.a create mode 120000 lib/libraylib.so create mode 100755 lib/libraylib.so.5.5.0 create mode 120000 lib/libraylib.so.550 (limited to 'lib') diff --git a/lib/libraylib.a b/lib/libraylib.a new file mode 100644 index 0000000..6e2d85c Binary files /dev/null and b/lib/libraylib.a differ diff --git a/lib/libraylib.so b/lib/libraylib.so new file mode 120000 index 0000000..6686f51 --- /dev/null +++ b/lib/libraylib.so @@ -0,0 +1 @@ +libraylib.so.550 \ No newline at end of file diff --git a/lib/libraylib.so.5.5.0 b/lib/libraylib.so.5.5.0 new file mode 100755 index 0000000..0771502 Binary files /dev/null and b/lib/libraylib.so.5.5.0 differ diff --git a/lib/libraylib.so.550 b/lib/libraylib.so.550 new file mode 120000 index 0000000..1366041 --- /dev/null +++ b/lib/libraylib.so.550 @@ -0,0 +1 @@ +libraylib.so.5.5.0 \ No newline at end of file -- cgit v1.3.1