Cargo.toml
1 # SPDX-FileCopyrightText: 2024 sntx <sntx@sntx.space> 2 # SPDX-License-Identifier: AGPL-3.0-or-later 3 [package] 4 name = "bevy_term_subprocess" 5 authors.workspace = true 6 description.workspace = true 7 repository.workspace = true 8 version.workspace = true 9 edition = "2021" 10 license = "AGPL-3.0" 11 readme = "../../README.md" 12 13 [dependencies] 14 bevy_app = "0.15" 15 bevy_ecs = "0.15" 16 bevy_term = { version = "0.15", path = "../.." }