This commit is contained in:
jonathan santis
2024-11-08 10:34:08 +01:00
commit c0f4337e71
90 changed files with 17959 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,23 @@
pub const packages = struct {
pub const @"12202f8c415153088be8df39a51e0a4c9d402afd403422a0dcc9afdd417e437a6fdb" = struct {
pub const build_root = "/home/ccppi/.cache/zig/p/12202f8c415153088be8df39a51e0a4c9d402afd403422a0dcc9afdd417e437a6fdb";
pub const build_zig = @import("12202f8c415153088be8df39a51e0a4c9d402afd403422a0dcc9afdd417e437a6fdb");
pub const deps: []const struct { []const u8, []const u8 } = &.{
.{ "raylib", "1220d1c8697d41a42d4eaaf3f8709865534d1f3d6ad63f8a27500fa881380651a1c5" },
.{ "raygui", "122062b24f031e68f0d11c91dfc32aed5baf06caf26ed3c80ea1802f9e788ef1c358" },
};
};
pub const @"122062b24f031e68f0d11c91dfc32aed5baf06caf26ed3c80ea1802f9e788ef1c358" = struct {
pub const build_root = "/home/ccppi/.cache/zig/p/122062b24f031e68f0d11c91dfc32aed5baf06caf26ed3c80ea1802f9e788ef1c358";
pub const deps: []const struct { []const u8, []const u8 } = &.{};
};
pub const @"1220d1c8697d41a42d4eaaf3f8709865534d1f3d6ad63f8a27500fa881380651a1c5" = struct {
pub const build_root = "/home/ccppi/.cache/zig/p/1220d1c8697d41a42d4eaaf3f8709865534d1f3d6ad63f8a27500fa881380651a1c5";
pub const build_zig = @import("1220d1c8697d41a42d4eaaf3f8709865534d1f3d6ad63f8a27500fa881380651a1c5");
pub const deps: []const struct { []const u8, []const u8 } = &.{};
};
};
pub const root_deps: []const struct { []const u8, []const u8 } = &.{
.{ "raylib-zig", "12202f8c415153088be8df39a51e0a4c9d402afd403422a0dcc9afdd417e437a6fdb" },
};

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,2 @@
#define RAYGUI_IMPLEMENTATION
#include "raygui.h"

Binary file not shown.

Binary file not shown.