# 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 = "funutd" version = "0.16.0" authors = ["SamiPerttu "] description = "Procedural texture library." homepage = "https://github.com/SamiPerttu/funutd" readme = "README.md" keywords = [ "graphics", "noise", "texture", ] license = "MIT OR Apache-2.0" repository = "https://github.com/SamiPerttu/funutd" [[example]] name = "editor" path = "examples/editor.rs" [dependencies.dyn-clone] version = "1.0.17" [dependencies.glam] version = "0.28.0" features = ["libm"] default-features = false [dependencies.hashbrown] version = "0.14.5" [dependencies.libm] version = "0.2.8" [dev-dependencies.eframe] version = "0.27.2" features = [ "default_fonts", "wgpu", ] default-features = false [dev-dependencies.png] version = "0.17.13" [dev-dependencies.rayon] version = "1.10.0" [dev-dependencies.rfd] version = "0.14.1" [dev-dependencies.winit] version = "0.30.1" [dev-dependencies.winit_input_helper] version = "0.16.0" [features] default = ["std"] std = []