# 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 = "ncollide_testbed2d" version = "0.5.0" authors = ["Sébastien Crozet "] description = "2D testbed for ncollide." homepage = "http://ncollide.org" keywords = ["ncollide", "geometry", "2D", "graphics", "testbed"] license = "BSD-3-Clause" repository = "https://github.com/sebcrozet/ncollide" [lib] name = "ncollide_testbed2d" [dependencies.nalgebra] version = "0.13" [dependencies.sfml] version = "0.11" [dependencies.rand] version = "0.3" [dependencies.mpeg_encoder] version = "0.2" optional = true [dependencies.alga] version = "0.5" [dependencies.num] version = "0.1" [dependencies.ncollide] version = "0.13" [dependencies.time] version = "0.1" [features] default = [] recording = ["mpeg_encoder"]