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

13 lines
352 B
TOML
Raw Normal View History

2017-11-04 15:45:04 -05:00
[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"
cgmath = "0.15.0"