mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
a764d44f17
# Objective - Update xshell to 0.2 in ci tool - Replace #4205
11 lines
186 B
TOML
11 lines
186 B
TOML
[package]
|
|
name = "ci"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "CI script for Bevy"
|
|
publish = false
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
xshell = "0.2"
|
|
bitflags = "1.3"
|