# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "gaia" version = "0.2.1" authors = ["Ulysse Carion "] description = "A terrain rendering engine for gfx applications" documentation = "https://docs.rs/gaia" license = "MIT" repository = "https://github.com/ucarion/gaia" [dependencies.byteorder] version = "1" [dependencies.cgmath] version = "0.15" [dependencies.collision] version = "0.12" [dependencies.error-chain] version = "0.10" [dependencies.fps_counter] version = "0.2" [dependencies.gaia_assetgen] version = "0.3.1" [dependencies.gaia_quadtree] version = "0.1.7" [dependencies.gfx] version = "0.17" [dependencies.gfx_draping] version = "0.3" [dependencies.gfx_glyph] version = "0.9" [dependencies.hsl] version = "0.1" [dependencies.image] version = "0.18" [dependencies.lru-cache] version = "0.1.1" [dependencies.piston] version = "0.36" [dependencies.piston3d-cam] version = "0.3" [dependencies.piston_window] version = "0.77" [dependencies.serde_json] version = "1.0" [dependencies.vecmath] version = "0.3"