# 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 = "cad_viewer" version = "0.2.0" authors = ["sraesch"] description = "A simple CAD viewer for visualizing 3D/CAD data based on the cad_import library." documentation = "https://docs.rs/cad_viewer/" readme = "README.md" keywords = [ "3D", "CAD", "import", "scene", "viewer", ] categories = ["rendering"] license = "MIT" repository = "https://github.com/raw-bytes/cad_viewer" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.cad_import] version = "0.3" [dependencies.glow] version = "0.12" [dependencies.glutin] version = "0.28" [dependencies.log] version = "0.4" [dependencies.nalgebra-glm] version = "0.3" [dependencies.simple-logging] version = "2.0"