# 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 = "triglyceride" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple realtime event loop profiler with egui ui" documentation = "https://docs.rs/triglyceride" readme = "README.md" license = "MIT" repository = "https://github.com/zachdedoo13/triglyceride" [lib] name = "triglyceride" path = "src/lib.rs" [[example]] name = "test" path = "examples/test.rs" [dependencies.cfg] version = "0.9.0" [dependencies.eframe] version = "0.29.1" features = [ "default_fonts", "wgpu", "persistence", ] default-features = false [dependencies.egui] version = "0.29.1" features = [] [dependencies.egui_plot] version = "0.29.0" features = [] [dependencies.instant] version = "0.1.13" features = [ "now", "wasm-bindgen", ] [dependencies.lazy_static] version = "1.5.0" [dependencies.rand] version = "0.8.5" features = ["std_rng"] [dependencies.tri_macros] version = "0.1.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.winit] version = "0.30.5" features = []