maple_engine 0.3.0

Engine implementation of maple engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "maple_engine"
description = "Engine implementation of maple engine"
license = "MIT"
version = "0.3.0"
edition = "2024"

[dependencies]
colored = "3.0.0"
parking_lot = { version = "0.12.5", features = ["arc_lock"] }
glam = { version = "0.30.5", features = ["glam-assert"] }
winit = "0.30.12"
log = "0.4"

[target.'cfg(target_arch = "wasm32")'.dependencies]
  web-time = "1.0"