# 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 = "bevy_koto" version = "0.2.0" authors = ["irh "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Koto support for Bevy" homepage = "https://koto.dev" readme = "README.md" keywords = [ "scripting", "language", "koto", "bevy", ] license = "MIT" repository = "https://github.com/koto-lang/bevy_koto" [lib] name = "bevy_koto" path = "src/lib.rs" [[example]] name = "demo" path = "examples/demo.rs" [dependencies.bevy] version = "0.14" features = [ "bevy_asset", "bevy_core_pipeline", "bevy_sprite", "bevy_text", ] default-features = false [dependencies.crossbeam-channel] version = "0.5" [dependencies.fb_cloned] version = "0.1" [dependencies.koto] version = "0.14" [dependencies.koto_color] version = "0.14" [dependencies.koto_geometry] version = "0.14" [dependencies.koto_random] version = "0.14" [dependencies.parking_lot] version = "0.12" [dependencies.thiserror] version = "1" [dev-dependencies.anyhow] version = "1.0.82" [dev-dependencies.bevy] version = "0.14" features = [ "bevy_asset", "bevy_core_pipeline", "bevy_gilrs", "bevy_render", "bevy_sprite", "bevy_text", "bevy_ui", "bevy_winit", "default_font", "png", "x11", "file_watcher", "multi_threaded", "tonemapping_luts", ] default-features = false [dev-dependencies.clap] version = "4.5.4" features = ["derive"]