# 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.2" build = false autobins = false autoexamples = false autotests = false autobenches = false 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" [lib] name = "bevy_copperfield" path = "src/lib.rs" [[example]] name = "chess" path = "examples/chess.rs" [[example]] name = "debug" path = "examples/debug.rs" [[example]] name = "simple_ops" path = "examples/simple_ops.rs" [[example]] name = "sticks" path = "examples/sticks.rs" [dependencies.bevy_math] version = "0.15" [dependencies.bevy_render] version = "0.15" [dependencies.bevy_transform] version = "0.15" [dependencies.bevy_utils] version = "0.15" [dependencies.earcutr] version = "0.4.3" [dependencies.glam] version = "0.29" [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" [dev-dependencies.bevy] version = "0.15" features = ["jpeg"]