# 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 = "let-engine" version = "0.10.0" authors = ["Let"] description = "game engine" readme = "README.md" keywords = [ "gamedev", "graphics", "engine", ] license = "Apache-2.0" repository = "https://github.com/Letronix624/let-engine" resolver = "1" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" features = ["egui"] [dependencies.anyhow] version = "1.0" [dependencies.atomic_float] version = "0.1" [dependencies.crossbeam] version = "0.8" [dependencies.derive_builder] version = "0.13" [dependencies.egui_winit_vulkano] version = "0.27" optional = true [dependencies.glam] version = "0.24" features = [ "bytemuck", "mint", ] [dependencies.glyph_brush] version = "0.7.8" optional = true [dependencies.image] version = "0.24" optional = true [dependencies.indexmap] version = "2.2" [dependencies.kira] version = "0.8" optional = true [dependencies.nalgebra] version = "0.32" features = ["convert-glam024"] [dependencies.once_cell] version = "1.19" [dependencies.parking_lot] version = "0.12" [dependencies.paste] version = "1.0.14" [dependencies.rapier2d] version = "0.18" features = ["simd-stable"] optional = true [dependencies.spin_sleep] version = "1.2" [dependencies.thiserror] version = "1.0" [dependencies.vulkano] version = "0.34" optional = true [dependencies.winit] version = "0.28" optional = true [dev-dependencies.egui_demo_lib] version = "0.24" [features] audio = ["dep:kira"] client = [ "dep:vulkano", "dep:winit", "dep:image", ] default = [ "client", "labels", "physics", "audio", ] egui = ["dep:egui_winit_vulkano"] labels = ["dep:glyph_brush"] physics = ["dep:rapier2d"] vulkan_debug_utils = []