# 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 = "ising_gui" version = "0.3.3" authors = ["Mo Bitar "] exclude = [ "images/", "bacon.toml", ".gitattributes", ".typos.toml", ] description = "Live Ising simulation" readme = "README.md" keywords = [ "Ising", "Wolff", "Metropolis", ] categories = [ "science", "simulation", ] license = "AGPL-3.0" repository = "https://codeberg.org/mo8it/ising-gui" [dependencies.eframe] version = "0.22.0" features = [ "glow", "default_fonts", ] default-features = false [dependencies.ising] version = "=0.2.3" [dependencies.rand] version = "0.8.5" features = [ "std", "small_rng", ] default-features = false [dependencies.rfd] version = "0.11.4" features = ["xdg-portal"] default-features = false