readme and toml

This commit is contained in:
2024-02-21 21:13:41 -08:00
parent c8cbddf02c
commit 2e8f9a5269
2 changed files with 10 additions and 0 deletions

View File

@@ -2,7 +2,17 @@
name = "bevy_fornjot"
version = "0.1.0"
edition = "2021"
authors = ["mitchellhansen"]
description = "Simple Fornjot Model Rendering"
license = "MIT"
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy = { version = "0.12.1", default-features = true}
fj-math = "0.47.0"
fj-interop = "0.47.0"
fj-core = "0.47.0"
fj-export = "0.47.0"

0
README.md Normal file
View File