prime-forge 0.3.21

Forged in Lost Lands is a simple game engine built in Rust that focuses on data control and ease of use
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.nalgebra-glm]
version = "0.18.0"

[dependencies.uuid]
features = ["v4", "fast-rng", "macro-diagnostics"]
version = "1.8.0"

[package]
authors = ["Gabriel Bernardo"]
description = "Forged in Lost Lands is a simple game engine built in Rust that focuses on data control and ease of use"
edition = "2021"
license = "MIT"
name = "prime-forge"
repository = "https://github.com/GabrielBernardoDaSilva/forged-in-lost-lands"
version = "0.3.21"