[package]
name = "swamp-boot-game"
version = "0.0.14-alpha.2"
edition = "2021"
repository = "https://github.com/swamp/swamp"
license = "MIT"
categories = ["game-development"]
description = "Plugin to boot a swamp-game"
[dependencies]
swamp-game = { path = "../game", version = "0.0.14-alpha.2" }
tracing = "0.1.40"
int_math = "0.0.2"
swamp-material = { path = "../material", version = "0.0.14-alpha.2" }
swamp-render-wgpu = { path = "../render-wgpu", version = "0.0.14-alpha.2" }
swamp-font = { path = "../font", version = "0.0.14-alpha.2" }
limnus = "0.0.12"