# 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 = "egui-screenshot-testing" version = "0.3.1" authors = ["Thomas Krause "] description = "Helper functions to test egui applications using screenshots and comparing them to a snapshot version." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/thomaskrause/egui-screenshot-testing" [[example]] name = "hello_world" doc-scrape-examples = true [dependencies.egui] version = ">=0.26.0" default-features = false [dependencies.image] version = "0.24.9" [dependencies.skia-safe] version = "0.72.0" [dependencies.visual-hash] version = "3" [dev-dependencies.eframe] version = ">=0.27.1" [dev-dependencies.temp-env] version = "0.3.6" [dev-dependencies.tempfile] version = "3.10.1" [features] cpu_fix = [] default = ["cpu_fix"]