# 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_enoki" version = "0.2.2" authors = ["Lorenz Mielke"] description = "2D Particle system plugin, that works well in wasm" readme = "README.md" keywords = [ "bevy", "particles", "shader", "2d", "particle", ] license = "MIT" repository = "https://github.com/Lommix/bevy_enoki" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [[example]] name = "material" path = "examples/material.rs" [[example]] name = "sprites" path = "examples/sprites.rs" [dependencies.bevy] version = "0.14.0" features = [ "bevy_core_pipeline", "bevy_asset", "bevy_sprite", "png", ] default-features = false [dependencies.interpolation] version = "0.3.0" [dependencies.rand] version = "0.8.5" [dependencies.ron] version = "0.8.1" [dependencies.serde] version = "1.0.197" features = ["derive"] [dev-dependencies.bevy] version = "0.14.0" features = [ "bevy_ui", "wayland", "default_font", ] default-features = false [features] dev = [ "bevy/file_watcher", "bevy/dynamic_linking", "bevy/embedded_watcher", ]