# 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_curvo" version = "0.1.4" authors = ["Masatatsu Nakamura "] description = "NURBS modeling plugin for Bevy" homepage = "https://github.com/mattatz/bevy_curvo" readme = "README.md" keywords = [ "bevy", "gamedev", "graphics", "modeling", ] categories = [ "rendering", "modeling", ] license = "MIT" repository = "https://github.com/mattatz/bevy_curvo" [[example]] name = "scene" required-features = ["examples"] [dependencies.anyhow] version = "1.0.81" [dependencies.bevy] version = "0.13.2" features = ["bevy_render"] default-features = false [dependencies.curvo] version = "0.1.4" [dependencies.nalgebra] version = "0.32.5" features = [ "serde-serialize", "convert-glam025", ] [dev-dependencies.bevy-inspector-egui] version = "0.24.0" [dev-dependencies.bevy_egui] version = "0.27.0" [dev-dependencies.bevy_infinite_grid] version = "0.12" [dev-dependencies.bevy_mod_picking] version = "0.18.2" default-features = false [dev-dependencies.bevy_mod_raycast] version = "0.17.0" [dev-dependencies.bevy_normal_material] version = "0.5.2" [dev-dependencies.bevy_panorbit_camera] version = "0.17.0" [dev-dependencies.bevy_points] version = "0.5.1" [dev-dependencies.bevy_transform_gizmo] version = "0.11.0" [features] default = [] examples = [ "bevy/bevy_core_pipeline", "bevy/bevy_gizmos", "bevy/bevy_winit", "bevy/x11", "bevy/webgl2", "bevy_normal_material/webgl", ]