diff options
Diffstat (limited to 'graphics/Cargo.toml')
| -rw-r--r-- | graphics/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml index 0842f90..37c651a 100644 --- a/graphics/Cargo.toml +++ b/graphics/Cargo.toml @@ -13,3 +13,7 @@ raylib = { version = "5.5", features = ["wayland"] } [lints] workspace = true + +[features] +default = [] +debug = [] |