Skip to content

Commit

Permalink
Chore: Cargo metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yakkhini committed Jun 23, 2022
1 parent 773d040 commit 080ab04
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
# Copyright (c) 2022 Yakkhini
# Planting Pong is licensed under Mulan PSL v2.
# You can use this software according to the terms and conditions of the Mulan PSL v2.
# You may obtain a copy of Mulan PSL v2 at:
# http://license.coscl.org.cn/MulanPSL2
# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND,
# EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
# MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
# See the Mulan PSL v2 for more details.

[package]
name = "pong_planting"
version = "0.1.0"
authors = ["Yakkhini <sign@yechanv.cc>"]
edition = "2021"
description = "A ECS driven breakout game, writen in Rust, Bevy engine."
repository = "https://github.com/Yakkhini/PongPlanting"
license = "Mulan PSL v2"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 080ab04

Please sign in to comment.