[package]
name = "wutengine_graphics"
description = "Graphics and rendering interfacing code for WutEngine"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
homepage.workspace = true
repository.workspace = true
license.workspace = true
keywords.workspace = true
categories.workspace = true
readme = "README.md"
[lints]
workspace = true
[dependencies]
wutengine_core.workspace = true
wutengine_util_macro.workspace = true
glam.workspace = true
raw-window-handle.workspace = true
rand.workspace = true
log.workspace = true
nohash-hasher.workspace = true
image.workspace = true