# 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 = "brick_bird" version = "1.2.0" authors = ["Tomasz Nehring"] description = "A colorful Flappy Bird clone written in Rust. Cross platform. Has own physic engine. Parallel." homepage = "https://github.com/Siiir/brick_bird/" readme = "README.md" license-file = "./LICENSE.txt" repository = "https://github.com/Siiir/brick_bird/" [profile.dev.package.bevy] opt-level = 3 [profile.dev.package.brick_bird] opt-level = 1 [profile.fast_d_comp] opt-level = 0 lto = false codegen-units = 256 debug = 0 incremental = true inherits = "dev" strip = "none" [profile.fd_release] opt-level = 3 lto = true codegen-units = 1 debug = 0 panic = "abort" incremental = false inherits = "release" strip = "none" [profile.fw_release] opt-level = "s" lto = true codegen-units = 1 debug = 0 panic = "abort" incremental = false inherits = "release" strip = true [lib] name = "fly_b" [[bin]] name = "brick_bird" path = "./src/main.rs" [dependencies.bevy] version = "0.13" features = [ "bevy_winit", "bevy_asset", "bevy_audio", "bevy_core_pipeline", "bevy_render", "bevy_sprite", "bevy_text", "bevy_ui", "multi-threaded", "x11", "webgl2", "mp3", ] default-features = false [dependencies.derive_more] version = "0.99.17" [dependencies.num_enum] version = "0.7.2" [dependencies.rand] version = "0.8.5" [dependencies.tap] version = "1.0.1" [dependencies.thiserror] version = "1.0.57" [features] dlink = ["bevy/dynamic_linking"]