BREAKING: rename raylib-math module to raymath
This commit is contained in:
parent
6ff9f0a45b
commit
a0126d15be
4 changed files with 12 additions and 12 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue