# 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" rust-version = "1.79.0" name = "bevy_mod_imgui" version = "0.5.1" exclude = [ ".github/", ".gitignore", ] description = "A Dear ImGui integration for the Bevy game engine." readme = "README.md" categories = [ "game-engines", "graphics", "gui", "rendering", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jbrd/bevy_mod_imgui" [dependencies.bevy] version = "0.14" features = [ "bevy_core_pipeline", "bevy_render", ] default-features = false [dependencies.bytemuck] version = "1" [dependencies.imgui] version = "0.11.0" [dependencies.log] version = "0.4" [dependencies.smallvec] version = "1" [dependencies.wgpu] version = "0.20" [dev-dependencies.bevy] version = "0.14" features = [ "bevy_asset", "bevy_core_pipeline", "bevy_pbr", "bevy_render", "bevy_winit", "png", "multi_threaded", ] default-features = false