summaryrefslogtreecommitdiff
path: root/graphics/Cargo.toml
blob: 050c3141d310279535a4d1240f5be6e75a8d5c8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "graphics"
version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true
publish.workspace = true
rust-version.workspace = true

[dependencies]
dungeon.workspace = true
raylib.workspace = true

[lints]
workspace = true

[features]
default = []
debug = []
wayland = ["sdl", "raylib/wayland"]
sdl = ["raylib/sdl"]