# 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 = "autd3-geometry-viewer" version = "15.1.2" authors = ["shun suzuki "] description = "AUTD viewer for Geometry" readme = "README.md" keywords = ["autd"] license = "MIT" repository = "https://github.com/shinolab/autd3" [dependencies.anyhow] version = "1.0.75" [dependencies.autd3-driver] version = "15.1.2" [dependencies.bytemuck] version = "1.13.1" features = [ "derive", "extern_crate_std", "min_const_generics", ] [dependencies.camera_controllers] version = "0.33.0" [dependencies.cgmath] version = "0.18.0" [dependencies.gltf] version = "1.1.0" [dependencies.imgui] version = "0.11.0" [dependencies.png] version = "0.17.8" [dependencies.reqwest] version = "0.11.20" features = [ "default-tls", "blocking", ] default-features = false [dependencies.vulkano] version = "0.33.0" [dependencies.vulkano-shaders] version = "0.33.0" [dependencies.vulkano-win] version = "0.33.0" [dependencies.winit] version = "0.28.6" [features] default = [] enable_debug = [] left_handed = [] use_meter = [] [target."cfg(windows)".dependencies.windows] version = "0.51.1" features = [ "Win32_UI_WindowsAndMessaging", "Win32_Foundation", ]