summaryrefslogtreecommitdiff
path: root/graphics/Cargo.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* audio: refactor into seperate crateFreya Murphy2025-11-221-1/+2
|
* add x11 featureFreya Murphy2025-11-111-0/+1
|
* graphics: add feature to include assets statically in the binaryFreya Murphy2025-11-101-2/+3
|
* graphics: have raylib enable default features on windowsFreya Murphy2025-11-101-0/+6
|
* graphics: decouple sdl & waylandFreya Murphy2025-11-101-1/+1
|
* graphics: refactor debug uiFreya Murphy2025-11-081-1/+0
|
* Add SDL feature flag (fixes wayland issues)Freya Murphy2025-10-311-1/+2
|
* refactor Cargo.toml filesFreya Murphy2025-10-301-4/+8
|
* graphics: move wayland support to a featureFreya Murphy2025-10-301-3/+1
|
* graphics: refactor Renderer to not use unsafe, and allow nested modesFreya Murphy2025-10-241-2/+2
|
* graphics: remove anyhow (it was not being used)Freya Murphy2025-10-181-1/+0
|
* graphics: refactor DebugInfo => FrameInfo, with other minor changesFreya Murphy2025-10-161-0/+4
|
* initial baselineFreya Murphy2025-10-081-0/+15