Closed sgeos closed 1 year ago
A Playdate application cannot be built if it is part of a workspace. Excluding it from the workspace is a workaround.
workspace Cargo.toml partial listing
[workspace] members = [ "game_core_library", "game_pc", ] exclude = [ "game_playdate", ]
Closing this issue, as I do not expect the workspace situation to change.
A Playdate application cannot be built if it is part of a workspace. Excluding it from the workspace is a workaround.
workspace Cargo.toml partial listing