You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
[package]
|
|
|
|
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}
|
|
|
|
|
|
|
|
|
|
|
|
rand = "0.8.5"
|
|
|
|
|
|
|
|
fj-math = "0.48.0"
|
|
|
|
fj-interop = "0.48.0"
|
|
|
|
fj-core = "0.48.0"
|
|
|
|
fj-export = "0.48.0"
|
|
|
|
|