fungi 0.0.0

A rust game engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "fungi"
description = "A rust game engine"
license = "Apache-2.0"
homepage = "https://github.com/brisk-engine/fungi"
repository = "https://github.com/brisk-engine/fungi"
version = "0.0.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]


[build]
rustflags = ["-W", "missing_docs"]