blob: d3084d425527523fabb7925dc278348c48f99516 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[package]
name = "game"
version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true
publish.workspace = true
rust-version.workspace = true
[dependencies]
dungeon.workspace = true
graphics.workspace = true
[lints]
workspace = true
[features]
default = ["debug"]
debug = ["graphics/debug"]
wayland = ["graphics/wayland"]
|