# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "sepax2d" version = "0.3.8" description = "A safe crate for finding and resolving collisions of 2D convex shapes using the Separating Axis Theorem." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/meowitzher/sepax2d/" resolver = "2" [[example]] name = "dynamic" crate-type = ["staticlib"] path = "examples/dynamic.rs" [[example]] name = "overlap" path = "examples/overlap.rs" [[example]] name = "collision" path = "examples/collision.rs" [[example]] name = "rotation" path = "examples/rotation.rs" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.ggez] version = "0.7" [dev-dependencies.ron] version = "0.7" [features] serde = ["dep:serde"]