alnilam 0.0.2

Alnilam Engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies]

[lib]
crate-type = ["rlib"]
name = "Alnilam"
path = "Source/Engine.rs"

[package]
authors = ["TribuFu <contact@tribufu.com>"]
description = "Alnilam Engine"
edition = "2018"
exclude = [".cargo/", ".github/", ".vscode/", "Documentation/", ".editorconfig", ".gitattributes", "*.code-workspace", "Bootstrap.ps1", "Bootstrap.sh"]
license = "MIT"
name = "alnilam"
publish = true
readme = "README.md"
repository = "https://github.com/TribuFu/Alnilam"
version = "0.0.2"