# 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 = "specs_sprite" version = "0.4.3" authors = ["Nathan Faucett "] description = "sprite component for specs" homepage = "https://gitlab.com/nathanfaucett/rs-specs_sprite" readme = "README.md" keywords = ["specs", "sprite"] license = "MIT" repository = "https://gitlab.com/nathanfaucett/rs-specs_sprite.git" [dependencies.hibitset] version = "0.5" [dependencies.num-traits] version = "0.2" [dependencies.shred] version = "0.7" [dependencies.specs] version = "0.14" [dependencies.specs_bundler] version = "0.5" [dependencies.type-name] version = "0.1" [dev-dependencies.gl] version = "0.11" [dev-dependencies.gl_helpers] version = "0.1" [dev-dependencies.glutin] version = "0.19" [dev-dependencies.main_loop] version = "0.3" [dev-dependencies.mat4] version = "0.2" [dev-dependencies.specs_camera] version = "0.4" [dev-dependencies.specs_guided_join] version = "0.2" [dev-dependencies.specs_time] version = "0.5" [dev-dependencies.specs_transform] version = "0.4"