# 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 = "bevy_xpbd_3d_interp" version = "0.1.2" description = "A simple library for interpolation of bevy_xpbd rigidbodies" readme = "README.md" keywords = [ "gamedev", "physics", "interpolation", "xpbd", "bevy", ] categories = [ "game-development", "science", "simulation", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rubengrim/bevy_xpbd_interp" [lib] name = "bevy_xpbd_3d_interp" path = "src/lib.rs" required-features = ["3d"] [dependencies.bevy] version = "0.13" [dependencies.bevy_xpbd_3d] version = "0.4" [features] 3d = [] default = ["3d"]