# 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_animation_graph_editor" version = "0.5.0" description = "Animation graph editor for the Bevy game engine" readme = "README.md" keywords = [ "bevy", "animation", "gamedev", "editor", "graph", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mbrea-c/bevy_animation_graph" [dependencies.bevy] version = "0.14" features = ["file_watcher"] [dependencies.bevy-inspector-egui] version = "0.25" [dependencies.bevy_animation_graph] version = "0.5.0" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.derivative] version = "2.2.0" [dependencies.egui-notify] version = "0.15" [dependencies.egui_dock] version = "0.13" [dependencies.ron] version = "0.8.1"