Merge raymath and rlgl into main raylib module

This commit is contained in:
Not-Nik 2024-06-05 22:56:07 +02:00
parent 171c2e100c
commit c0d07991d1
Failed to generate hash of commit
15 changed files with 1012 additions and 68 deletions

View file

@ -1,4 +1,4 @@
// raylib-zig (c) Nikolas Wipper 2024
const rl = @import("raylib-zig");
const rl = @import("raylib.zig");
const rlgl = @import("rlgl.zig");