# 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_vello" version = "0.6.1" authors = [ "Sebastian Hamel ", "Spencer C. Imbleau ", ] description = "Render assets and scenes in Bevy with Vello" readme = "README.md" keywords = [ "gamedev", "graphics", ] license = "(MIT OR Apache-2.0) AND OFL-1.1" repository = "https://github.com/linebender/bevy_vello" [lib] [dependencies.bevy] version = "0.14.0" features = [ "bevy_asset", "bevy_winit", "bevy_core_pipeline", "bevy_pbr", "bevy_render", "bevy_ui", "multi_threaded", "x11", "tonemapping_luts", "bevy_gizmos", ] default-features = false [dependencies.once_cell] version = "1.19.0" [dependencies.thiserror] version = "1.0.61" [dependencies.velato] version = "0.3.0" [dependencies.vello] version = "0.2.1" [dependencies.vello_svg] version = "0.3.0" [dev-dependencies.wasm-bindgen-test] version = "0.3.42" [features] default = ["default_font"] default_font = [] experimental-dotLottie = ["lottie"] lottie = [] svg = []