# 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_boson" version = "0.1.0" authors = [ "Voxelphile", "Rustaceans like you!", ] description = "A bridge between bevy and boson." keywords = [ "graphics", "vulkan", ] license = "MIT" repository = "https://github.com/voxelphile/bevy_boson" [dependencies.bevy] version = "0.10" features = [ "bevy_asset", "bevy_winit", ] default-features = false [dependencies.boson] version = "0.13.6" [dependencies.raw-window-handle] version = "0.5.2" [dependencies.serde] version = "1.0.164" [dependencies.winit] version = "0.28.6"