blob: 14679dabdffbbd6480b69a4464c93c0a33183a2e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[package]
name = "graphics"
version = "0.1.0"
edition = "2024"
[dependencies]
dungeon = { path = "../dungeon" }
raylib = "5.5"
[lints]
workspace = true
[features]
default = []
debug = []
wayland = ["raylib/wayland"]
|