retrofire 0.4.0-pre4

90s style software 3D renderer and graphics tools.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "retrofire"
version = "0.4.0-pre4"
dependencies = [
 "retrofire-core",
 "retrofire-front",
 "retrofire-geom",
]

[[package]]
name = "retrofire-core"
version = "0.4.0-pre4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "807e139f31f3400ed92387692cf63accba35ef985b7232c02051a730085e9cc5"

[[package]]
name = "retrofire-front"
version = "0.4.0-pre4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9315079cf188729cdba6175a332cf5fb501d812ec259eb9067163d70c6ea9447"
dependencies = [
 "retrofire-core",
]

[[package]]
name = "retrofire-geom"
version = "0.4.0-pre4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "921460235648ec2ecb3a3c71da53df9a4aae51a8077d6ee6d119431de6048906"
dependencies = [
 "retrofire-core",
]