# 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 = "foxtrot" version = "0.3.0" authors = ["Jan Hohenheim "] exclude = [ "dist/", "saves/", "assets/", "resources/", ] description = "The all-in-one Bevy 3D game template for desktop." homepage = "https://janhohenheim.github.io/foxtrot/" readme = "README.md" keywords = [ "gamedev", "bevy", "template", "game", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/janhohenheim/foxtrot" [dependencies.anyhow] version = "1" [dependencies.bevy] version = "0.12" features = [ "animation", "bevy_asset", "bevy_scene", "bevy_winit", "bevy_core_pipeline", "bevy_pbr", "bevy_gltf", "bevy_render", "bevy_sprite", "bevy_text", "bevy_ui", "png", "jpeg", "hdr", "zstd", "x11", "ktx2", "tonemapping_luts", "serialize", "dynamic_linking", "file_watcher", "multi-threaded", ] default-features = false [dependencies.bevy_asset_loader] version = "0.19" features = ["progress_tracking"] [dependencies.bevy_common_assets] version = "0.9" features = [ "ron", "toml", ] [dependencies.bevy_dolly] version = "0.0.2" [dependencies.bevy_editor_pls] version = "0.7" optional = true [dependencies.bevy_egui] version = "0.24" [dependencies.bevy_hanabi] version = "0.9" [dependencies.bevy_kira_audio] version = "0.18" [dependencies.bevy_mod_sysfail] version = "5" [dependencies.bevy_rapier3d] version = "0.23" features = [ "serde-serialize", "simd-stable", "parallel", ] [dependencies.bitflags] version = "2" [dependencies.chrono] version = "0.4" [dependencies.glob] version = "0.3" [dependencies.image] version = "0.24" default-features = false [dependencies.indexmap] version = "2" features = ["serde"] [dependencies.iyes_progress] version = "0.10" [dependencies.leafwing-input-manager] version = "0.11" features = [] [dependencies.oxidized_navigation] version = "0.8" features = [ "rapier", "debug_draw", ] [dependencies.rand] version = "0.8" features = [ "small_rng", "nightly", ] [dependencies.regex] version = "1" [dependencies.ron] version = "0.8" [dependencies.seldom_fn_plugin] version = "0.5" [dependencies.serde] version = "1" features = ["derive"] [dependencies.spew] version = "0.4" [dependencies.strum] version = "0.25" [dependencies.strum_macros] version = "0.25" [dependencies.unicode-segmentation] version = "1" [dependencies.warbler_grass] version = "0.4" [dependencies.winit] version = "0.28.7" default-features = false [build-dependencies.embed-resource] version = "2" [features] default = ["dev"] dev = ["dep:bevy_editor_pls"] tracing = ["bevy/trace_chrome"]