# 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 = "forky_play" version = "0.1.50" authors = ["Peter Hayman "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust Utilities" documentation = "https://mrchantey.github.io/forky/docs" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/mrchantey/forky" [lib] name = "forky_play" path = "src/lib.rs" [[example]] name = "test_forky_play" path = "test/sweet.rs" required-features = ["sweet/bevy"] [[example]] name = "bevy_graph" path = "examples/bevy_graph.rs" [[example]] name = "gamai_graph" path = "examples/gamai_graph.rs" [[example]] name = "maze" path = "examples/maze.rs" [[example]] name = "maze_joint" path = "examples/maze_joint.rs" [[example]] name = "maze_terminal" path = "examples/maze_terminal.rs" [[example]] name = "mithril" path = "examples/mithril.rs" [[example]] name = "node_set_graph" path = "examples/node_set_graph.rs" [[example]] name = "rotate_cube" path = "examples/rotate_cube.rs" [[example]] name = "shader" path = "examples/shader.rs" [[example]] name = "shader_unlit" path = "examples/shader_unlit.rs" [[example]] name = "shader_uv" path = "examples/shader_uv.rs" [[example]] name = "spline_catmull_rom" path = "examples/spline_catmull_rom.rs" [[example]] name = "spline_editor" path = "examples/spline_editor.rs" [[example]] name = "spline_mesh" path = "examples/spline_mesh.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.bevy] version = "0.14" [dependencies.bevy-inspector-egui] version = "0.23.4" [dependencies.bevy_mod_debugdump] version = "0.10.0" [dependencies.bevy_rapier3d] version = "0.25.0" features = ["debug-render-3d"] [dependencies.bytemuck] version = "1.13.1" [dependencies.extend] version = "1.1.2" [dependencies.forky_bevy] version = "0.1.50" [dependencies.forky_core] version = "0.1.50" [dependencies.petgraph] version = "0.6.4" features = ["serde-1"] [dependencies.strum] version = "0.25.0" [dependencies.strum_macros] version = "0.25.0" [dependencies.wgpu] version = "0.19.1" [dev-dependencies.sweet] version = "0.1.50" [features] shader_debug = [] shader_debug_internal = [] [target."cfg(target_arch = \"wasm32\")".dependencies.forky_web] version = "0.1.50"