# 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_smud" version = "0.9.0" authors = ["Johan Helsing "] description = "2d sdf shape renderer plugin for Bevy" readme = "README.md" keywords = [ "gamedev", "bevy", "sdf", ] categories = [ "game-development", "rendering", "graphics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/johanhelsing/bevy_smud" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [dependencies.bevy] version = "0.14" features = [ "bevy_core_pipeline", "bevy_render", "bevy_asset", "multi_threaded", ] default-features = false [dependencies.bitflags] version = "2.5" [dependencies.bytemuck] version = "1.15.0" features = ["derive"] [dependencies.copyless] version = "0.1" [dependencies.fixedbitset] version = "0.5" [dependencies.uuid] version = "1.10.0" [dev-dependencies.bevy] version = "0.14" features = [ "bevy_state", "bevy_winit", "x11", "file_watcher", ] default-features = false [dev-dependencies.bevy_asset_loader] version = "0.21" [dev-dependencies.bevy_lospec] version = "0.8" [dev-dependencies.bevy_pancam] version = "0.12" [dev-dependencies.rand] version = "0.8"