# 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 = "notation_bevy" version = "0.5.0" description = "Fun notation - bevy features" homepage = "https://www.notation.fun" license = "MIT OR Apache-2.0" repository = "https://github.com/notation-fun/notation" resolver = "2" [lib] [dependencies.anyhow] version = "1.0" [dependencies.bevy] version = "0.6.0" default-features = false [dependencies.bevy_asset_loader] version = "0.8.0" [dependencies.bevy_easings] version = "0.5.0" [dependencies.bevy_egui] version = "0.10.0" [dependencies.bevy_prototype_lyon] version = "0.4.0" [dependencies.clap] version = "3.0.12" features = ["derive"] optional = true [dependencies.float_eq] version = "0.7" [dependencies.getrandom] version = "0.2" features = ["wasm-bindgen"] [dependencies.lazy_static] version = "1.4.0" [dependencies.notation_bevy_utils] version = "0.4.2" [dependencies.notation_dsl] version = "0.5.0" optional = true [dependencies.notation_midi] version = "0.5.0" optional = true [dependencies.notation_model] version = "0.5.0" [dependencies.rand] version = "0.8" [dependencies.rfd] version = "0.6.3" [dependencies.ron] version = "0.7" [dependencies.serde] version = "1.0.133" features = ["derive"] [dependencies.serde_arrays] version = "0.1.0" [dependencies.thiserror] version = "1.0" [dependencies.unic-langid] version = "0.9" features = ["macros"] [features] default = ["bevy/bevy_gltf", "bevy/bevy_winit", "bevy/render", "bevy/png"] dsl = ["notation_dsl"] midi = ["notation_midi"] native = ["clap"] [target."cfg(target_arch = \"wasm32\")".dependencies.console_error_panic_hook] version = "0.1" [target."cfg(target_arch = \"wasm32\")".dependencies.futures] version = "0.3" [target."cfg(target_arch = \"wasm32\")".dependencies.gloo-events] version = "0.1.1" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2.78" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3.55" features = ["Element", "Document", "Window", "Location", "Url", "UrlSearchParams", "console", "TouchEvent", "AudioContext", "AudioDestinationNode", "AudioNode", "AudioParam", "GainNode", "OscillatorNode", "OscillatorType"]