diff options
Diffstat (limited to 'graphics')
| -rw-r--r-- | graphics/Cargo.toml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml index 14679da..8f16f71 100644 --- a/graphics/Cargo.toml +++ b/graphics/Cargo.toml @@ -1,11 +1,15 @@ [package] name = "graphics" -version = "0.1.0" -edition = "2024" +version.workspace = true +authors.workspace = true +license.workspace = true +edition.workspace = true +publish.workspace = true +rust-version.workspace = true [dependencies] -dungeon = { path = "../dungeon" } -raylib = "5.5" +dungeon.workspace = true +raylib.workspace = true [lints] workspace = true |