mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
bea7fd1c0b
# Objective - Update bitflags to 2.3
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 = "2.3"
|