# 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 = "vleue_kinetoscope" version = "0.3.0-rc.1" authors = ["François Mockers "] build = false exclude = ["animated-gif.webp"] autobins = false autoexamples = false autotests = false autobenches = false description = "Animated GIF player for Bevy" homepage = "https://github.com/vleue/vleue_kinetoscope" documentation = "https://docs.rs/vleue_kinetoscope" readme = "README.md" keywords = [ "bevy", "animation", "gif", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/vleue/vleue_kinetoscope" [lib] name = "vleue_kinetoscope" path = "src/lib.rs" [[example]] name = "animated-image" path = "examples/animated-image.rs" [dependencies.bevy] version = "0.15.0-rc.3" features = ["bevy_sprite"] default-features = false [dependencies.image] version = "0.25" default-features = false [dependencies.thiserror] version = "1.0" [dev-dependencies.bevy] version = "0.15.0-rc.3" features = [ "bevy_sprite", "bevy_ui", "bevy_winit", "default_font", "x11", ] default-features = false [features] default = [ "gif", "webp", ] gif = ["image/gif"] webp = ["image/webp"]