# 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 = "voxel_engine_types" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Public API for the octo voxel game engine" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/DouglasDwyer/voxel_engine" [lib] name = "voxel_engine_types" path = "src/lib.rs" [dependencies.bytemuck] version = "1.16.3" features = ["derive"] default-features = false [dependencies.egui_wings] version = "0.1.4" optional = true default-features = false [dependencies.glam] version = "0.29.0" features = [ "bytemuck", "serde", "std", ] default-features = false [dependencies.serde] version = "1.0.205" default-features = false [dependencies.toml] version = "0.8.19" optional = true default-features = false [dependencies.wasset] version = "0.1.2" default-features = false [dependencies.wings] version = "0.1.5" default-features = false [features] egui = ["dep:egui_wings"] toml = [ "dep:toml", "toml/parse", ]