# 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 = "wallpepper" version = "1.1.1" description = "A tool to display videos and SDL content as a wallpaper on linux minimalist window managers using Xorg" homepage = "https://github.com/bqleine/wallpepper" readme = "README.md" keywords = [ "wallpaper", "X11", "Xorg", "video", "SDL2", ] categories = [ "graphics", "multimedia::video", ] license = "GPL-3.0-only" repository = "https://github.com/bqleine/wallpepper" resolver = "2" [dependencies.ffmpeg-next] version = "5.1.1" [dependencies.sdl2] version = "0.35.2" features = ["gfx"] default-features = false [dependencies.x11] version = "2.20.0" features = ["xlib"] default-features = false