BREAKING: rename raylib-math module to raymath

This commit is contained in:
Not-Nik 2024-05-31 20:27:48 +02:00
parent 6ff9f0a45b
commit a0126d15be
Failed to generate hash of commit
4 changed files with 12 additions and 12 deletions

View file

@ -1,7 +1,7 @@
// raylib-zig (c) Nikolas Wipper 2023
const rl = @import("raylib");
const rlm = @import("raylib-math");
const rlm = @import("raymath");
const MAX_BUILDINGS = 100;

View file

@ -10,7 +10,7 @@
//! Copyright (c) Nikolas Wipper 2024
const rl = @import("raylib");
const rlm = @import("raylib-math");
const rlm = @import("raymath");
const screen_width = 800;
const screen_height = 450;