diff options
| author | Freya Murphy <freya@freyacat.org> | 2025-11-08 14:28:29 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2025-11-08 14:28:29 -0500 |
| commit | a4e46e4e564882b40605517ae8053e027befbea3 (patch) | |
| tree | 0cb7c4319beec2ece95af11673bc0e5e8e0fa0ac /graphics/Cargo.toml | |
| parent | assets: extend font (diff) | |
| download | DungeonCrawl-a4e46e4e564882b40605517ae8053e027befbea3.tar.gz DungeonCrawl-a4e46e4e564882b40605517ae8053e027befbea3.tar.bz2 DungeonCrawl-a4e46e4e564882b40605517ae8053e027befbea3.zip | |
graphics: refactor debug ui
Diffstat (limited to 'graphics/Cargo.toml')
| -rw-r--r-- | graphics/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml index 050c314..6f3be4e 100644 --- a/graphics/Cargo.toml +++ b/graphics/Cargo.toml @@ -16,6 +16,5 @@ workspace = true [features] default = [] -debug = [] wayland = ["sdl", "raylib/wayland"] sdl = ["raylib/sdl"] |