This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
re-proceduralcity/Cargo.toml
2017-11-04 15:45:04 -05:00

11 lines
334 B
TOML

[package]
name = "proceduralcity"
description = "Procedural city generation by manipulation of .obj files - rewritten in Rust."
repository = "https://github.tamu.edu/shadow8t4/ProceduralCity"
version = "0.1.0"
authors = ["Alex Huddleston <adh9694@gmail.com>","Jeremy Martin"]
license = "MIT"
[dependencies]
obj = "0.8"
noise = "0.4"