Is there a way to disable the output of Raylib? I'd like to not have this spammed in my terminal:
INFO: Initializing raylib 3.7
INFO: DISPLAY: Device initialized successfully
INFO: > Display size: 1920 x 1080
INFO: > Render size: 1024 x 768
INFO: > Screen size: 1024 x 768
INFO: > Viewport offsets: 0, 0
INFO: TEXTURE: [ID 1] Unloaded texture data from VRAM (GPU)
INFO: TEXTURE: [ID 2] Unloaded texture data from VRAM (GPU)
INFO: TEXTURE: [ID etc...] Unloaded texture data from VRAM (GPU)
There's more of these, this is just a portion of them