# 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] edition = "2018" name = "veccentric" version = "0.3.1" authors = ["micouy "] include = ["Cargo.toml", "**/*.rs", "**/*.md", "!scratchpad.md", "assets/", ".gitignore"] description = "Tiny 2D vector library." readme = "README.md" keywords = ["vector", "2D", "gamedev"] categories = ["game-development", "simulation", "mathematics"] license = "MIT" repository = "https://github.com/micouy/veccentric" [package.metadata.docs.rs] all-features = true [[example]] name = "engine" crate-type = ["lib"] [dependencies.rand] version = "0.8" features = ["small_rng"] optional = true [dev-dependencies.float-cmp] version = "0.9" [dev-dependencies.pixels] version = "0.5" [dev-dependencies.winit] version = "0.25" [dev-dependencies.winit_input_helper] version = "0.10" [features] all = ["random"] default = [] random = ["rand"]