I was bored so I added a bunch of stuff to the Cargo.toml :3

main
Johannes Hendrik Gerard van der Weide 2023-11-29 17:39:35 +01:00
parent c90fa73fb1
commit 8a77d1d9b8
1 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,13 @@
[package] [package]
name = "bevy-game" name = "hertog-game"
homepage = "https://git.saragerretsen.nl/Hertog/RustThingy"
repository = "https://git.saragerretsen.nl/Hertog/RustThingy"
description = "A W.I.P. bevy-engine game "
authors = ["Johannes Hendrik Gerard van der Weide"]
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
license-file = "LICENSE"
readme = "README.md"
[dependencies] [dependencies]
bevy = "0.12.0" bevy = "0.12.0"