# 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_silk" version = "0.9.0" authors = ["Felix de Maneville "] exclude = [ "docs", "assets", ".github", ] description = "Cloth physics implementation in bevy" documentation = "https://docs.rs/bevy_silk" readme = "README.md" keywords = [ "verlet", "physics", "bevy", "cloth", ] categories = [ "game-engines", "game-development", ] license = "MIT" repository = "https://github.com/ManevilleF/bevy_silk" [profile.dev] opt-level = 1 [[example]] name = "balloon" path = "examples/balloon_example.rs" [[example]] name = "flag" path = "examples/flag_example.rs" [[example]] name = "moving" path = "examples/moving_example.rs" [[example]] name = "rapier_collision" path = "examples/rapier_collision_example.rs" required-features = ["rapier_collisions"] [[example]] name = "avian_collision" path = "examples/avian_collision_example.rs" required-features = ["avian_collisions"] [[example]] name = "anchors" path = "examples/anchors_example.rs" [[example]] name = "camera_plugin" crate-type = ["staticlib"] path = "examples/camera_plugin.rs" [dependencies.avian3d] version = "0.1" features = [ "3d", "f32", "default-collider", "parry-f32", ] optional = true default-features = false [dependencies.bevy] version = "0.14" features = [ "bevy_render", "bevy_asset", "bevy_color", ] default-features = false [dependencies.bevy_rapier3d] version = "0.27" features = [ "dim3", "async-collider", ] optional = true default-features = false [dependencies.thiserror] version = "1.0" [dev-dependencies.avian3d] version = "0.1" [dev-dependencies.bevy] version = "0.14" features = [ "bevy_asset", "bevy_winit", "bevy_core_pipeline", "bevy_pbr", "bevy_render", "bevy_sprite", "png", "x11", "tonemapping_luts", ] default-features = false [dev-dependencies.bevy-inspector-egui] version = "0.25" [dev-dependencies.bevy_rapier3d] version = "0.27" [dev-dependencies.rand] version = "0.8" [features] avian_collisions = ["avian3d"] default = [] rapier_collisions = ["bevy_rapier3d"]