# 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 = "bevy_copperfield" version = "0.2.1" description = "Procedural mesh editor, based on Half-Edge-Mesh datastructure" readme = "README.md" license = "MIT" repository = "https://github.com/Hexorg/bevy_copperfield" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [profile.release] opt-level = 3 lto = "thin" [dependencies.bevy] version = "0.14.2" [dependencies.earcutr] version = "0.4.3" [dependencies.itertools] version = "0.13.0" [dependencies.line_drawing] version = "1.0.0" [dependencies.noise] version = "0.9.0" [dependencies.slotmap] version = "1.0.7" [dependencies.smallvec] version = "1.13.2" [dependencies.sprs] version = "0.11.2"