summaryrefslogtreecommitdiff
path: root/graphics/Cargo.toml
blob: 6f3be4e4f86d09eebcad46d4e61bec6d3a50f15d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[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 = []
wayland = ["sdl", "raylib/wayland"]
sdl = ["raylib/sdl"]