bevy/tools/ci/Cargo.toml
François bea7fd1c0b
update bitflags to 2.3 (#8728)
# Objective

- Update bitflags to 2.3
2023-06-01 08:41:42 +00:00

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 = "2.3"