diff options
Diffstat (limited to 'graphics/Cargo.toml')
| -rw-r--r-- | graphics/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml index bfc5554..e898b04 100644 --- a/graphics/Cargo.toml +++ b/graphics/Cargo.toml @@ -18,3 +18,9 @@ workspace = true default = [] wayland = ["raylib/GLFW_BUILD_WAYLAND", "raylib/wayland"] sdl = ["raylib/sdl"] + +# Individual features seem to currently be +# broken on windows +[target.'cfg(target_os = "windows")'.dependencies.raylib] +workspace = true +default-features = true |